Color Hex Logo

#31406e Color Hex

#31406E
(49,64,110)
0 Favorites   0 Comments

Color spaces of #31406e

RGB 4964110
HSL0.630.380.31
HSV225°55°43°
CMYK 0.550.420.00   0.57
XYZ5.91455.445515.4912
Yxy5.44550.22030.2028
Hunter Lab23.33564.4042-23.0244
CIE-Lab27.96818.6184-28.6021

#31406e color RGB value is (49,64,110).

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

The process color (four color CMYK) of #31406e color hex is 0.55, 0.42, 0.00, 0.57. Web safe color of #31406e is #333366. Color #31406e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 01101110
Octal 61 100 156
Decimal 49 64 110
Hex 31 40 6E

RGB Percentages of Color #31406e

%21.97
%28.70
%49.33

CMYK Percentages of Color #31406e

%55
%42
%0
%57

Triadic Colors of #31406e

#31406e #6e3140 #406e31

Analogous Colors of #31406e

#31406e #40316e #315f6e

Monochromatic Colors of #31406e

#31406e

Complementary Color

#31406e #6e5f31

#31406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31406e Color CSS Codes

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

#31406e Text Font Color

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

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


#31406e Background Color

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

This div background color is #31406e


#31406e Border Color

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

This div border color is #31406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31406e


Comments

No comments written yet.

Please login to write comment.