color codes Logo

#3565cc color codes

#3565CC
(53,101,204)
0 Favorites   0 Comments

Color spaces of #3565cc

RGB 53101204
HSL0.610.600.50
HSV221°74°80°
CMYK 0.740.500.00   0.20
XYZ17.021014.423959.0137
Yxy14.42390.18820.1595
Hunter Lab37.978813.5356-65.5431
CIE-Lab44.834819.6099-58.1774

#3565cc color RGB value is (53,101,204).

#3565cc hex color red value is 53, green value is 101 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3565cc hue: 0.61 , saturation: 0.60 and the lightness value of 3565cc is 0.50.

The process color (four color CMYK) of #3565cc color code is 0.74, 0.50, 0.00, 0.20. Web safe color of #3565cc is #3366cc. Color #3565cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 11001100
Octal 65 145 314
Decimal 53 101 204
Hex 35 65 CC

RGB Percentages of Color #3565cc

%14.80
%28.21
%56.98

CMYK Percentages of Color #3565cc

%74
%50
%0
%20

Triadic Colors of #3565cc

#3565cc #cc3565 #65cc35

Analogous Colors of #3565cc

#3565cc #5035cc #35b1cc

Monochromatic Colors of #3565cc

#3565cc

Complementary Color

#3565cc #cc9c35

#3565cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3565cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3565cc Color CSS Codes

.mybgcolor {background-color:#3565cc; } 
.myforecolor {color:#3565cc; }
.mybordercolor {border:3px solid #3565cc; }

#3565cc Text Font Color

<p style="color:#3565cc">Text here</p>

This sample text font color is #3565cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3565cc Background Color

<div style="background-color:#3565cc">
Div content here</div>

This div background color is #3565cc


#3565cc Border Color

<div style="border:3px solid #3565cc">
Div here</div>

This div border color is #3565cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,101,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3565cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3565cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3565cc;
  box-shadow:         1px 1px 3px 2px #3565cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,101,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3565cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3565cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3565cc;
  box-shadow:         1px 1px 3px 2px #3565cc;">
Div content here</div>

This div box has shadow with color #3565cc


Comments

No comments written yet.

Please login to write comment.