Color Hex Logo

#397b9f Color Hex

#397B9F
(57,123,159)
0 Favorites   0 Comments

Color spaces of #397b9f

RGB 57123159
HSL0.560.470.42
HSV201°64°62°
CMYK 0.640.230.00   0.38
XYZ15.028317.539035.3942
Yxy17.53900.22110.2581
Hunter Lab41.8796-9.2354-20.7928
CIE-Lab48.9321-9.5086-25.5643

#397b9f color RGB value is (57,123,159).

#397b9f hex color red value is 57, green value is 123 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #397b9f hue: 0.56 , saturation: 0.47 and the lightness value of 397b9f is 0.42.

The process color (four color CMYK) of #397b9f color hex is 0.64, 0.23, 0.00, 0.38. Web safe color of #397b9f is #336699. Color #397b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 10011111
Octal 71 173 237
Decimal 57 123 159
Hex 39 7B 9F

RGB Percentages of Color #397b9f

%16.81
%36.28
%46.90

CMYK Percentages of Color #397b9f

%64
%23
%0
%38

Triadic Colors of #397b9f

#397b9f #9f397b #7b9f39

Analogous Colors of #397b9f

#397b9f #39489f #399f90

Monochromatic Colors of #397b9f

#397b9f

Complementary Color

#397b9f #9f5d39

#397b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#397b9f Color CSS Codes

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

#397b9f Text Font Color

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

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


#397b9f Background Color

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

This div background color is #397b9f


#397b9f Border Color

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

This div border color is #397b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,123,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #397b9f;
  box-shadow:         1px 1px 3px 2px #397b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397b9f


Comments

No comments written yet.

Please login to write comment.