Color Hex Logo

#394299 Color Hex

#394299
(57,66,153)
0 Favorites   0 Comments

Color spaces of #394299

RGB 5766153
HSL0.650.460.41
HSV234°63°60°
CMYK 0.630.570.00   0.40
XYZ9.38537.066231.0062
Yxy7.06620.19780.1489
Hunter Lab26.582316.5031-50.5495
CIE-Lab31.957124.3917-48.8962

#394299 color RGB value is (57,66,153).

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

The process color (four color CMYK) of #394299 color hex is 0.63, 0.57, 0.00, 0.40. Web safe color of #394299 is #333399. Color #394299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000010 10011001
Octal 71 102 231
Decimal 57 66 153
Hex 39 42 99

RGB Percentages of Color #394299

%20.65
%23.91
%55.43

CMYK Percentages of Color #394299

%63
%57
%0
%40

Triadic Colors of #394299

#394299 #993942 #429939

Analogous Colors of #394299

#394299 #603999 #397299

Monochromatic Colors of #394299

#394299

Complementary Color

#394299 #999039

#394299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394299 Color CSS Codes

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

#394299 Text Font Color

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

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


#394299 Background Color

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

This div background color is #394299


#394299 Border Color

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

This div border color is #394299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394299


Comments

No comments written yet.

Please login to write comment.