Color Hex Logo

#3564ae Color Hex

#3564AE
(53,100,174)
0 Favorites   0 Comments

Color spaces of #3564ae

RGB 53100174
HSL0.600.530.45
HSV217°70°68°
CMYK 0.700.430.00   0.32
XYZ13.665412.927241.8194
Yxy12.92720.19980.1890
Hunter Lab35.95444.9233-43.7935
CIE-Lab42.65339.1215-44.2528

#3564ae color RGB value is (53,100,174).

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

The process color (four color CMYK) of #3564ae color hex is 0.70, 0.43, 0.00, 0.32. Web safe color of #3564ae is #336699. Color #3564ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 10101110
Octal 65 144 256
Decimal 53 100 174
Hex 35 64 AE

RGB Percentages of Color #3564ae

%16.21
%30.58
%53.21

CMYK Percentages of Color #3564ae

%70
%43
%0
%32

Triadic Colors of #3564ae

#3564ae #ae3564 #64ae35

Analogous Colors of #3564ae

#3564ae #4235ae #35a1ae

Monochromatic Colors of #3564ae

#3564ae

Complementary Color

#3564ae #ae7f35

#3564ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3564ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3564ae Color CSS Codes

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

#3564ae Text Font Color

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

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


#3564ae Background Color

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

This div background color is #3564ae


#3564ae Border Color

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

This div border color is #3564ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3564ae


Comments

No comments written yet.

Please login to write comment.