Color Hex Logo

#31499c Color Hex

#31499C
(49,73,156)
0 Favorites   0 Comments

Color spaces of #31499c

RGB 4973156
HSL0.630.520.40
HSV227°69°61°
CMYK 0.690.530.00   0.39
XYZ9.64997.818432.4530
Yxy7.81840.19330.1566
Hunter Lab27.961412.6706-49.2411
CIE-Lab33.601819.4545-48.0761

#31499c color RGB value is (49,73,156).

#31499c hex color red value is 49, green value is 73 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #31499c hue: 0.63 , saturation: 0.52 and the lightness value of 31499c is 0.40.

The process color (four color CMYK) of #31499c color hex is 0.69, 0.53, 0.00, 0.39. Web safe color of #31499c is #333399. Color #31499c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 10011100
Octal 61 111 234
Decimal 49 73 156
Hex 31 49 9C

RGB Percentages of Color #31499c

%17.63
%26.26
%56.12

CMYK Percentages of Color #31499c

%69
%53
%0
%39

Triadic Colors of #31499c

#31499c #9c3149 #499c31

Analogous Colors of #31499c

#31499c #4f319c #317f9c

Monochromatic Colors of #31499c

#31499c

Complementary Color

#31499c #9c8431

#31499c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31499c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31499c Color CSS Codes

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

#31499c Text Font Color

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

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


#31499c Background Color

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

This div background color is #31499c


#31499c Border Color

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

This div border color is #31499c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31499c


Comments

No comments written yet.

Please login to write comment.