Color Hex Logo

#31406c Color Hex

#31406C
(49,64,108)
0 Favorites   0 Comments

Color spaces of #31406c

RGB 4964108
HSL0.620.380.31
HSV225°55°42°
CMYK 0.550.410.00   0.58
XYZ5.80685.402514.9241
Yxy5.40250.22220.2067
Hunter Lab23.24333.9184-21.7988
CIE-Lab27.85207.9086-27.5122

#31406c color RGB value is (49,64,108).

#31406c hex color red value is 49, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #31406c hue: 0.62 , saturation: 0.38 and the lightness value of 31406c is 0.31.

The process color (four color CMYK) of #31406c color hex is 0.55, 0.41, 0.00, 0.58. Web safe color of #31406c is #333366. Color #31406c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 01101100
Octal 61 100 154
Decimal 49 64 108
Hex 31 40 6C

RGB Percentages of Color #31406c

%22.17
%28.96
%48.87

CMYK Percentages of Color #31406c

%55
%41
%0
%58

Triadic Colors of #31406c

#31406c #6c3140 #406c31

Analogous Colors of #31406c

#31406c #3f316c #315e6c

Monochromatic Colors of #31406c

#31406c

Complementary Color

#31406c #6c5d31

#31406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31406c Color CSS Codes

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

#31406c Text Font Color

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

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


#31406c Background Color

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

This div background color is #31406c


#31406c Border Color

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

This div border color is #31406c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,64,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31406c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31406c;
  -webkit-box-shadow: 1px 1px 3px 2px #31406c;
  box-shadow:         1px 1px 3px 2px #31406c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,64,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31406c


Comments

No comments written yet.

Please login to write comment.