Color Hex Logo

#396896 Color Hex

#396896
(57,104,150)
0 Favorites   0 Comments

Color spaces of #396896

RGB 57104150
HSL0.580.450.41
HSV210°62°59°
CMYK 0.620.310.00   0.41
XYZ12.142712.972530.7181
Yxy12.97250.21750.2323
Hunter Lab36.0174-2.8518-25.3545
CIE-Lab42.7218-1.2880-29.9276

#396896 color RGB value is (57,104,150).

#396896 hex color red value is 57, green value is 104 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #396896 hue: 0.58 , saturation: 0.45 and the lightness value of 396896 is 0.41.

The process color (four color CMYK) of #396896 color hex is 0.62, 0.31, 0.00, 0.41. Web safe color of #396896 is #336699. Color #396896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101000 10010110
Octal 71 150 226
Decimal 57 104 150
Hex 39 68 96

RGB Percentages of Color #396896

%18.33
%33.44
%48.23

CMYK Percentages of Color #396896

%62
%31
%0
%41

Triadic Colors of #396896

#396896 #963968 #689639

Analogous Colors of #396896

#396896 #393996 #399696

Monochromatic Colors of #396896

#396896

Complementary Color

#396896 #966739

#396896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396896 Color CSS Codes

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

#396896 Text Font Color

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

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


#396896 Background Color

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

This div background color is #396896


#396896 Border Color

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

This div border color is #396896


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,104,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396896; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396896;
  -webkit-box-shadow: 1px 1px 3px 2px #396896;
  box-shadow:         1px 1px 3px 2px #396896; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396896


Comments

No comments written yet.

Please login to write comment.