Color Hex Logo

#396caa Color Hex

#396CAA
(57,108,170)
0 Favorites   0 Comments

Color spaces of #396caa

RGB 57108170
HSL0.590.500.45
HSV213°66°67°
CMYK 0.660.360.00   0.33
XYZ14.305614.497340.0745
Yxy14.49730.20770.2105
Hunter Lab38.07530.4339-35.7504
CIE-Lab44.93783.3028-38.2633

#396caa color RGB value is (57,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101100 10101010
Octal 71 154 252
Decimal 57 108 170
Hex 39 6C AA

RGB Percentages of Color #396caa

%17.01
%32.24
%50.75

CMYK Percentages of Color #396caa

%66
%36
%0
%33

Triadic Colors of #396caa

#396caa #aa396c #6caa39

Analogous Colors of #396caa

#396caa #3e39aa #39a5aa

Monochromatic Colors of #396caa

#396caa

Complementary Color

#396caa #aa7739

#396caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#396caa Color CSS Codes

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

#396caa Text Font Color

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

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


#396caa Background Color

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

This div background color is #396caa


#396caa Border Color

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

This div border color is #396caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396caa


Comments

No comments written yet.

Please login to write comment.