Color Hex Logo

#31649a Color Hex

#31649A
(49,100,154)
0 Favorites   0 Comments

Color spaces of #31649a

RGB 49100154
HSL0.590.520.40
HSV211°68°60°
CMYK 0.680.350.00   0.40
XYZ11.656512.100432.2931
Yxy12.10040.20800.2159
Hunter Lab34.7856-1.0603-30.6917
CIE-Lab41.37521.1091-34.4538

#31649a color RGB value is (49,100,154).

#31649a hex color red value is 49, green value is 100 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #31649a hue: 0.59 , saturation: 0.52 and the lightness value of 31649a is 0.40.

The process color (four color CMYK) of #31649a color hex is 0.68, 0.35, 0.00, 0.40. Web safe color of #31649a is #336699. Color #31649a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100100 10011010
Octal 61 144 232
Decimal 49 100 154
Hex 31 64 9A

RGB Percentages of Color #31649a

%16.17
%33.00
%50.83

CMYK Percentages of Color #31649a

%68
%35
%0
%40

Triadic Colors of #31649a

#31649a #9a3164 #649a31

Analogous Colors of #31649a

#31649a #33319a #31999a

Monochromatic Colors of #31649a

#31649a

Complementary Color

#31649a #9a6731

#31649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31649a Color CSS Codes

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

#31649a Text Font Color

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

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


#31649a Background Color

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

This div background color is #31649a


#31649a Border Color

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

This div border color is #31649a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,100,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31649a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31649a;
  -webkit-box-shadow: 1px 1px 3px 2px #31649a;
  box-shadow:         1px 1px 3px 2px #31649a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31649a


Comments

No comments written yet.

Please login to write comment.