Color Hex Logo

#396aac Color Hex

#396AAC
(57,106,172)
0 Favorites   0 Comments

Color spaces of #396aac

RGB 57106172
HSL0.600.500.45
HSV214°67°67°
CMYK 0.670.380.00   0.33
XYZ14.287814.156541.0092
Yxy14.15650.20570.2038
Hunter Lab37.62511.9398-38.2851
CIE-Lab44.45655.2670-40.1989

#396aac color RGB value is (57,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101010 10101100
Octal 71 152 254
Decimal 57 106 172
Hex 39 6A AC

RGB Percentages of Color #396aac

%17.01
%31.64
%51.34

CMYK Percentages of Color #396aac

%67
%38
%0
%33

Triadic Colors of #396aac

#396aac #ac396a #6aac39

Analogous Colors of #396aac

#396aac #4239ac #39a4ac

Monochromatic Colors of #396aac

#396aac

Complementary Color

#396aac #ac7b39

#396aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#396aac Color CSS Codes

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

#396aac Text Font Color

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

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


#396aac Background Color

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

This div background color is #396aac


#396aac Border Color

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

This div border color is #396aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396aac


Comments

No comments written yet.

Please login to write comment.