Color Hex Logo

#397a9f Color Hex

#397A9F
(57,122,159)
0 Favorites   0 Comments

Color spaces of #397a9f

RGB 57122159
HSL0.560.470.42
HSV202°64°62°
CMYK 0.640.230.00   0.38
XYZ14.904917.292135.3530
Yxy17.29210.22060.2560
Hunter Lab41.5838-8.7917-21.2975
CIE-Lab48.6260-8.9311-26.0387

#397a9f color RGB value is (57,122,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 10011111
Octal 71 172 237
Decimal 57 122 159
Hex 39 7A 9F

RGB Percentages of Color #397a9f

%16.86
%36.09
%47.04

CMYK Percentages of Color #397a9f

%64
%23
%0
%38

Triadic Colors of #397a9f

#397a9f #9f397a #7a9f39

Analogous Colors of #397a9f

#397a9f #39479f #399f91

Monochromatic Colors of #397a9f

#397a9f

Complementary Color

#397a9f #9f5e39

#397a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#397a9f Color CSS Codes

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

#397a9f Text Font Color

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

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


#397a9f Background Color

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

This div background color is #397a9f


#397a9f Border Color

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

This div border color is #397a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397a9f


Comments

No comments written yet.

Please login to write comment.