Color Hex Logo

#31429e Color Hex

#31429E
(49,66,158)
0 Favorites   0 Comments

Color spaces of #31429e

RGB 4966158
HSL0.640.530.41
HSV231°69°62°
CMYK 0.690.580.00   0.38
XYZ9.38647.018033.2076
Yxy7.01800.18920.1415
Hunter Lab26.491516.8855-55.7771
CIE-Lab31.847924.8718-52.1277

#31429e color RGB value is (49,66,158).

#31429e hex color red value is 49, green value is 66 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #31429e hue: 0.64 , saturation: 0.53 and the lightness value of 31429e is 0.41.

The process color (four color CMYK) of #31429e color hex is 0.69, 0.58, 0.00, 0.38. Web safe color of #31429e is #333399. Color #31429e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000010 10011110
Octal 61 102 236
Decimal 49 66 158
Hex 31 42 9E

RGB Percentages of Color #31429e

%17.95
%24.18
%57.88

CMYK Percentages of Color #31429e

%69
%58
%0
%38

Triadic Colors of #31429e

#31429e #9e3142 #429e31

Analogous Colors of #31429e

#31429e #56319e #31799e

Monochromatic Colors of #31429e

#31429e

Complementary Color

#31429e #9e8d31

#31429e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31429e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31429e Color CSS Codes

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

#31429e Text Font Color

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

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


#31429e Background Color

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

This div background color is #31429e


#31429e Border Color

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

This div border color is #31429e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31429e


Comments

No comments written yet.

Please login to write comment.