Color Hex Logo

#396daa Color Hex

#396DAA
(57,109,170)
0 Favorites   0 Comments

Color spaces of #396daa

RGB 57109170
HSL0.590.500.45
HSV212°66°67°
CMYK 0.660.360.00   0.33
XYZ14.411714.709440.1098
Yxy14.70940.20820.2125
Hunter Lab38.3528-0.0432-35.1591
CIE-Lab45.23362.6839-37.7955

#396daa color RGB value is (57,109,170).

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

The process color (four color CMYK) of #396daa color hex is 0.66, 0.36, 0.00, 0.33. Web safe color of #396daa is #336699. Color #396daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10101010
Octal 71 155 252
Decimal 57 109 170
Hex 39 6D AA

RGB Percentages of Color #396daa

%16.96
%32.44
%50.60

CMYK Percentages of Color #396daa

%66
%36
%0
%33

Triadic Colors of #396daa

#396daa #aa396d #6daa39

Analogous Colors of #396daa

#396daa #3d39aa #39a6aa

Monochromatic Colors of #396daa

#396daa

Complementary Color

#396daa #aa7639

#396daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#396daa Color CSS Codes

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

#396daa Text Font Color

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

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


#396daa Background Color

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

This div background color is #396daa


#396daa Border Color

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

This div border color is #396daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,109,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396daa


Comments

No comments written yet.

Please login to write comment.