Color Hex Logo

#396dad Color Hex

#396DAD
(57,109,173)
0 Favorites   0 Comments

Color spaces of #396dad

RGB 57109173
HSL0.590.500.45
HSV213°67°68°
CMYK 0.670.370.00   0.32
XYZ14.698814.824341.6218
Yxy14.82430.20660.2084
Hunter Lab38.50230.7658-37.1420
CIE-Lab45.39263.7573-39.3006

#396dad color RGB value is (57,109,173).

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

The process color (four color CMYK) of #396dad color hex is 0.67, 0.37, 0.00, 0.32. Web safe color of #396dad is #336699. Color #396dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10101101
Octal 71 155 255
Decimal 57 109 173
Hex 39 6D AD

RGB Percentages of Color #396dad

%16.81
%32.15
%51.03

CMYK Percentages of Color #396dad

%67
%37
%0
%32

Triadic Colors of #396dad

#396dad #ad396d #6dad39

Analogous Colors of #396dad

#396dad #3f39ad #39a7ad

Monochromatic Colors of #396dad

#396dad

Complementary Color

#396dad #ad7939

#396dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dad Color CSS Codes

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

#396dad Text Font Color

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

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


#396dad Background Color

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

This div background color is #396dad


#396dad Border Color

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

This div border color is #396dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dad

#396dad Color Palettes


Comments

No comments written yet.

Please login to write comment.