Color Hex Logo

#3564ac Color Hex

#3564AC
(53,100,172)
0 Favorites   0 Comments

Color spaces of #3564ac

RGB 53100172
HSL0.600.530.44
HSV216°69°67°
CMYK 0.690.420.00   0.33
XYZ13.471812.849840.7999
Yxy12.84980.20070.1914
Hunter Lab35.84664.3519-42.3901
CIE-Lab42.53618.3842-43.2640

#3564ac color RGB value is (53,100,172).

#3564ac hex color red value is 53, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3564ac hue: 0.60 , saturation: 0.53 and the lightness value of 3564ac is 0.44.

The process color (four color CMYK) of #3564ac color hex is 0.69, 0.42, 0.00, 0.33. Web safe color of #3564ac is #336699. Color #3564ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 10101100
Octal 65 144 254
Decimal 53 100 172
Hex 35 64 AC

RGB Percentages of Color #3564ac

%16.31
%30.77
%52.92

CMYK Percentages of Color #3564ac

%69
%42
%0
%33

Triadic Colors of #3564ac

#3564ac #ac3564 #64ac35

Analogous Colors of #3564ac

#3564ac #4235ac #35a0ac

Monochromatic Colors of #3564ac

#3564ac

Complementary Color

#3564ac #ac7d35

#3564ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3564ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3564ac Color CSS Codes

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

#3564ac Text Font Color

<p style="color:#3564ac">Text here</p>

This sample text font color is #3564ac
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.


#3564ac Background Color

<div style="background-color:#3564ac">
Div content here</div>

This div background color is #3564ac


#3564ac Border Color

<div style="border:3px solid #3564ac">
Div here</div>

This div border color is #3564ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,100,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3564ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3564ac;
  -webkit-box-shadow: 1px 1px 3px 2px #3564ac;
  box-shadow:         1px 1px 3px 2px #3564ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3564ac


Comments

No comments written yet.

Please login to write comment.