Color Hex Logo

#396faa Color Hex

#396FAA
(57,111,170)
0 Favorites   0 Comments

Color spaces of #396faa

RGB 57111170
HSL0.590.500.45
HSV211°66°67°
CMYK 0.660.350.00   0.33
XYZ14.627515.141040.1818
Yxy15.14100.20910.2165
Hunter Lab38.9114-0.9937-33.9877
CIE-Lab45.82671.4515-36.8586

#396faa color RGB value is (57,111,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 10101010
Octal 71 157 252
Decimal 57 111 170
Hex 39 6F AA

RGB Percentages of Color #396faa

%16.86
%32.84
%50.30

CMYK Percentages of Color #396faa

%66
%35
%0
%33

Triadic Colors of #396faa

#396faa #aa396f #6faa39

Analogous Colors of #396faa

#396faa #3b39aa #39a8aa

Monochromatic Colors of #396faa

#396faa

Complementary Color

#396faa #aa7439

#396faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#396faa Color CSS Codes

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

#396faa Text Font Color

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

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


#396faa Background Color

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

This div background color is #396faa


#396faa Border Color

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

This div border color is #396faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396faa


Comments

No comments written yet.

Please login to write comment.