Color Hex Logo

#396181 Color Hex

#396181
(57,97,129)
0 Favorites   0 Comments

Color spaces of #396181

RGB 5797129
HSL0.570.390.36
HSV207°56°51°
CMYK 0.560.250.00   0.49
XYZ9.924511.004222.3698
Yxy11.00420.22920.2541
Hunter Lab33.1726-4.6488-16.7612
CIE-Lab39.5875-4.1543-22.1726

#396181 color RGB value is (57,97,129).

#396181 hex color red value is 57, green value is 97 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #396181 hue: 0.57 , saturation: 0.39 and the lightness value of 396181 is 0.36.

The process color (four color CMYK) of #396181 color hex is 0.56, 0.25, 0.00, 0.49. Web safe color of #396181 is #336699. Color #396181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100001 10000001
Octal 71 141 201
Decimal 57 97 129
Hex 39 61 81

RGB Percentages of Color #396181

%20.14
%34.28
%45.58

CMYK Percentages of Color #396181

%56
%25
%0
%49

Triadic Colors of #396181

#396181 #813961 #618139

Analogous Colors of #396181

#396181 #393d81 #39817d

Monochromatic Colors of #396181

#396181

Complementary Color

#396181 #815939

#396181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396181 Color CSS Codes

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

#396181 Text Font Color

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

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


#396181 Background Color

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

This div background color is #396181


#396181 Border Color

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

This div border color is #396181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396181


Comments

No comments written yet.

Please login to write comment.