Color Hex Logo

#397790 Color Hex

#397790
(57,119,144)
0 Favorites   0 Comments

Color spaces of #397790

RGB 57119144
HSL0.550.430.39
HSV197°60°56°
CMYK 0.600.170.00   0.44
XYZ13.318216.077128.7868
Yxy16.07710.22890.2763
Hunter Lab40.0963-10.8787-14.4994
CIE-Lab47.0755-12.1768-19.6125

#397790 color RGB value is (57,119,144).

#397790 hex color red value is 57, green value is 119 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #397790 hue: 0.55 , saturation: 0.43 and the lightness value of 397790 is 0.39.

The process color (four color CMYK) of #397790 color hex is 0.60, 0.17, 0.00, 0.44. Web safe color of #397790 is #336699. Color #397790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110111 10010000
Octal 71 167 220
Decimal 57 119 144
Hex 39 77 90

RGB Percentages of Color #397790

%17.81
%37.19
%45.00

CMYK Percentages of Color #397790

%60
%17
%0
%44

Triadic Colors of #397790

#397790 #903977 #779039

Analogous Colors of #397790

#397790 #394b90 #39907e

Monochromatic Colors of #397790

#397790

Complementary Color

#397790 #905239

#397790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397790 Color CSS Codes

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

#397790 Text Font Color

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

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


#397790 Background Color

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

This div background color is #397790


#397790 Border Color

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

This div border color is #397790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397790


Comments

No comments written yet.

Please login to write comment.