Color Hex Logo

#396cae Color Hex

#396CAE
(57,108,174)
0 Favorites   0 Comments

Color spaces of #396cae

RGB 57108174
HSL0.590.510.45
HSV214°67°68°
CMYK 0.670.380.00   0.32
XYZ14.689914.651042.0981
Yxy14.65100.20560.2051
Hunter Lab38.27661.5211-38.4158
CIE-Lab45.15244.7384-40.2663

#396cae color RGB value is (57,108,174).

#396cae hex color red value is 57, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #396cae hue: 0.59 , saturation: 0.51 and the lightness value of 396cae is 0.45.

The process color (four color CMYK) of #396cae color hex is 0.67, 0.38, 0.00, 0.32. Web safe color of #396cae is #336699. Color #396cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101100 10101110
Octal 71 154 256
Decimal 57 108 174
Hex 39 6C AE

RGB Percentages of Color #396cae

%16.81
%31.86
%51.33

CMYK Percentages of Color #396cae

%67
%38
%0
%32

Triadic Colors of #396cae

#396cae #ae396c #6cae39

Analogous Colors of #396cae

#396cae #4139ae #39a7ae

Monochromatic Colors of #396cae

#396cae

Complementary Color

#396cae #ae7b39

#396cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#396cae Color CSS Codes

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

#396cae Text Font Color

<p style="color:#396cae">Text here</p>

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


#396cae Background Color

<div style="background-color:#396cae">
Div content here</div>

This div background color is #396cae


#396cae Border Color

<div style="border:3px solid #396cae">
Div here</div>

This div border color is #396cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,108,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396cae;
  -webkit-box-shadow: 1px 1px 3px 2px #396cae;
  box-shadow:         1px 1px 3px 2px #396cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,108,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 #396cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396cae


Comments

No comments written yet.

Please login to write comment.