Color Hex Logo

#396494 Color Hex

#396494
(57,100,148)
0 Favorites   0 Comments

Color spaces of #396494

RGB 57100148
HSL0.590.440.40
HSV212°61°58°
CMYK 0.610.320.00   0.42
XYZ11.589812.122329.7460
Yxy12.12230.21680.2268
Hunter Lab34.8171-1.5114-26.2825
CIE-Lab41.40980.4853-30.7911

#396494 color RGB value is (57,100,148).

#396494 hex color red value is 57, green value is 100 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #396494 hue: 0.59 , saturation: 0.44 and the lightness value of 396494 is 0.40.

The process color (four color CMYK) of #396494 color hex is 0.61, 0.32, 0.00, 0.42. Web safe color of #396494 is #336699. Color #396494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100100 10010100
Octal 71 144 224
Decimal 57 100 148
Hex 39 64 94

RGB Percentages of Color #396494

%18.69
%32.79
%48.52

CMYK Percentages of Color #396494

%61
%32
%0
%42

Triadic Colors of #396494

#396494 #943964 #649439

Analogous Colors of #396494

#396494 #3c3994 #399294

Monochromatic Colors of #396494

#396494

Complementary Color

#396494 #946939

#396494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396494 Color CSS Codes

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

#396494 Text Font Color

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

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


#396494 Background Color

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

This div background color is #396494


#396494 Border Color

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

This div border color is #396494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396494


Comments

No comments written yet.

Please login to write comment.