Color Hex Logo

#397097 Color Hex

#397097
(57,112,151)
0 Favorites   0 Comments

Color spaces of #397097

RGB 57112151
HSL0.570.450.41
HSV205°62°59°
CMYK 0.620.260.00   0.41
XYZ13.067414.692631.4254
Yxy14.69260.22080.2482
Hunter Lab38.3309-6.2267-21.7769
CIE-Lab45.2103-5.7776-26.6363

#397097 color RGB value is (57,112,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 10010111
Octal 71 160 227
Decimal 57 112 151
Hex 39 70 97

RGB Percentages of Color #397097

%17.81
%35.00
%47.19

CMYK Percentages of Color #397097

%62
%26
%0
%41

Triadic Colors of #397097

#397097 #973970 #709739

Analogous Colors of #397097

#397097 #394197 #39978f

Monochromatic Colors of #397097

#397097

Complementary Color

#397097 #976039

#397097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397097 Color CSS Codes

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

#397097 Text Font Color

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

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


#397097 Background Color

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

This div background color is #397097


#397097 Border Color

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

This div border color is #397097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397097


Comments

No comments written yet.

Please login to write comment.