Color Hex Logo

#396890 Color Hex

#396890
(57,104,144)
0 Favorites   0 Comments

Color spaces of #396890

RGB 57104144
HSL0.580.430.39
HSV208°60°56°
CMYK 0.600.280.00   0.44
XYZ11.671712.784128.2380
Yxy12.78410.22150.2426
Hunter Lab35.7549-4.3020-21.7969
CIE-Lab42.4361-3.3557-26.7905

#396890 color RGB value is (57,104,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101000 10010000
Octal 71 150 220
Decimal 57 104 144
Hex 39 68 90

RGB Percentages of Color #396890

%18.69
%34.10
%47.21

CMYK Percentages of Color #396890

%60
%28
%0
%44

Triadic Colors of #396890

#396890 #903968 #689039

Analogous Colors of #396890

#396890 #393d90 #39908d

Monochromatic Colors of #396890

#396890

Complementary Color

#396890 #906139

#396890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396890 Color CSS Codes

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

#396890 Text Font Color

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

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


#396890 Background Color

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

This div background color is #396890


#396890 Border Color

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

This div border color is #396890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396890


Comments

No comments written yet.

Please login to write comment.