Color Hex Logo

#396eaa Color Hex

#396EAA
(57,110,170)
0 Favorites   0 Comments

Color spaces of #396eaa

RGB 57110170
HSL0.590.500.45
HSV212°66°67°
CMYK 0.660.350.00   0.33
XYZ14.519014.924040.1456
Yxy14.92400.20860.2145
Hunter Lab38.6316-0.5192-34.5715
CIE-Lab45.52992.0666-37.3272

#396eaa color RGB value is (57,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101110 10101010
Octal 71 156 252
Decimal 57 110 170
Hex 39 6E AA

RGB Percentages of Color #396eaa

%16.91
%32.64
%50.45

CMYK Percentages of Color #396eaa

%66
%35
%0
%33

Triadic Colors of #396eaa

#396eaa #aa396e #6eaa39

Analogous Colors of #396eaa

#396eaa #3d39aa #39a7aa

Monochromatic Colors of #396eaa

#396eaa

Complementary Color

#396eaa #aa7539

#396eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#396eaa Color CSS Codes

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

#396eaa Text Font Color

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

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


#396eaa Background Color

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

This div background color is #396eaa


#396eaa Border Color

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

This div border color is #396eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396eaa


Comments

No comments written yet.

Please login to write comment.