Color Hex Logo

#396674 Color Hex

#396674
(57,102,116)
0 Favorites   0 Comments

Color spaces of #396674

RGB 57102116
HSL0.540.340.34
HSV194°51°45°
CMYK 0.510.120.00   0.55
XYZ9.591111.633618.2630
Yxy11.63360.24290.2946
Hunter Lab34.1081-9.4954-7.8709
CIE-Lab40.6278-11.3046-12.6639

#396674 color RGB value is (57,102,116).

#396674 hex color red value is 57, green value is 102 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #396674 hue: 0.54 , saturation: 0.34 and the lightness value of 396674 is 0.34.

The process color (four color CMYK) of #396674 color hex is 0.51, 0.12, 0.00, 0.55. Web safe color of #396674 is #336666. Color #396674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100110 01110100
Octal 71 146 164
Decimal 57 102 116
Hex 39 66 74

RGB Percentages of Color #396674

%20.73
%37.09
%42.18

CMYK Percentages of Color #396674

%51
%12
%0
%55

Triadic Colors of #396674

#396674 #743966 #667439

Analogous Colors of #396674

#396674 #394974 #397465

Monochromatic Colors of #396674

#396674

Complementary Color

#396674 #744739

#396674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396674 Color CSS Codes

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

#396674 Text Font Color

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

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


#396674 Background Color

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

This div background color is #396674


#396674 Border Color

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

This div border color is #396674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396674


Comments

No comments written yet.

Please login to write comment.