Color Hex Logo

#31506f Color Hex

#31506F
(49,80,111)
0 Favorites   0 Comments

Color spaces of #31506f

RGB 4980111
HSL0.580.390.31
HSV210°56°44°
CMYK 0.560.280.00   0.56
XYZ7.00457.538016.1247
Yxy7.53800.22840.2458
Hunter Lab27.4554-2.5076-15.6025
CIE-Lab33.0016-1.5855-21.3279

#31506f color RGB value is (49,80,111).

#31506f hex color red value is 49, green value is 80 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #31506f hue: 0.58 , saturation: 0.39 and the lightness value of 31506f is 0.31.

The process color (four color CMYK) of #31506f color hex is 0.56, 0.28, 0.00, 0.56. Web safe color of #31506f is #336666. Color #31506f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010000 01101111
Octal 61 120 157
Decimal 49 80 111
Hex 31 50 6F

RGB Percentages of Color #31506f

%20.42
%33.33
%46.25

CMYK Percentages of Color #31506f

%56
%28
%0
%56

Triadic Colors of #31506f

#31506f #6f3150 #506f31

Analogous Colors of #31506f

#31506f #31316f #316f6f

Monochromatic Colors of #31506f

#31506f

Complementary Color

#31506f #6f5031

#31506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31506f Color CSS Codes

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

#31506f Text Font Color

<p style="color:#31506f">Text here</p>

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


#31506f Background Color

<div style="background-color:#31506f">
Div content here</div>

This div background color is #31506f


#31506f Border Color

<div style="border:3px solid #31506f">
Div here</div>

This div border color is #31506f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,80,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31506f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31506f;
  -webkit-box-shadow: 1px 1px 3px 2px #31506f;
  box-shadow:         1px 1px 3px 2px #31506f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31506f


Comments

No comments written yet.

Please login to write comment.