Color Hex Logo

#397374 Color Hex

#397374
(57,115,116)
0 Favorites   0 Comments

Color spaces of #397374

RGB 57115116
HSL0.500.340.34
HSV181°51°45°
CMYK 0.510.010.00   0.55
XYZ10.970514.392318.7228
Yxy14.39230.24880.3265
Hunter Lab37.9372-14.7723-2.7048
CIE-Lab44.7904-18.5833-6.4049

#397374 color RGB value is (57,115,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110011 01110100
Octal 71 163 164
Decimal 57 115 116
Hex 39 73 74

RGB Percentages of Color #397374

%19.79
%39.93
%40.28

CMYK Percentages of Color #397374

%51
%1
%0
%55

Triadic Colors of #397374

#397374 #743973 #737439

Analogous Colors of #397374

#397374 #395674 #397458

Monochromatic Colors of #397374

#397374

Complementary Color

#397374 #743a39

#397374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397374 Color CSS Codes

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

#397374 Text Font Color

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

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


#397374 Background Color

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

This div background color is #397374


#397374 Border Color

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

This div border color is #397374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397374


Comments

No comments written yet.

Please login to write comment.