Color Hex Logo

#394597 Color Hex

#394597
(57,69,151)
0 Favorites   0 Comments

Color spaces of #394597

RGB 5769151
HSL0.650.450.41
HSV232°62°59°
CMYK 0.620.540.00   0.41
XYZ9.40147.360530.2034
Yxy7.36050.20020.1567
Hunter Lab27.130214.3774-47.0149
CIE-Lab32.613921.6930-46.6183

#394597 color RGB value is (57,69,151).

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

The process color (four color CMYK) of #394597 color hex is 0.62, 0.54, 0.00, 0.41. Web safe color of #394597 is #333399. Color #394597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000101 10010111
Octal 71 105 227
Decimal 57 69 151
Hex 39 45 97

RGB Percentages of Color #394597

%20.58
%24.91
%54.51

CMYK Percentages of Color #394597

%62
%54
%0
%41

Triadic Colors of #394597

#394597 #973945 #459739

Analogous Colors of #394597

#394597 #5c3997 #397497

Monochromatic Colors of #394597

#394597

Complementary Color

#394597 #978b39

#394597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394597 Color CSS Codes

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

#394597 Text Font Color

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

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


#394597 Background Color

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

This div background color is #394597


#394597 Border Color

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

This div border color is #394597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394597


Comments

No comments written yet.

Please login to write comment.