Color Hex Logo

#397098 Color Hex

#397098
(57,112,152)
0 Favorites   0 Comments

Color spaces of #397098

RGB 57112152
HSL0.570.450.41
HSV205°63°60°
CMYK 0.630.260.00   0.40
XYZ13.149014.725231.8550
Yxy14.72520.22010.2465
Hunter Lab38.3734-5.9889-22.3571
CIE-Lab45.2555-5.4365-27.1579

#397098 color RGB value is (57,112,152).

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

The process color (four color CMYK) of #397098 color hex is 0.63, 0.26, 0.00, 0.40. Web safe color of #397098 is #336699. Color #397098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 10011000
Octal 71 160 230
Decimal 57 112 152
Hex 39 70 98

RGB Percentages of Color #397098

%17.76
%34.89
%47.35

CMYK Percentages of Color #397098

%63
%26
%0
%40

Triadic Colors of #397098

#397098 #983970 #709839

Analogous Colors of #397098

#397098 #394098 #399891

Monochromatic Colors of #397098

#397098

Complementary Color

#397098 #986139

#397098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397098 Color CSS Codes

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

#397098 Text Font Color

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

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


#397098 Background Color

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

This div background color is #397098


#397098 Border Color

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

This div border color is #397098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397098


Comments

No comments written yet.

Please login to write comment.