Color Hex Logo

#31516d Color Hex

#31516D
(49,81,109)
0 Favorites   0 Comments

Color spaces of #31516d

RGB 4981109
HSL0.580.380.31
HSV208°55°43°
CMYK 0.550.260.00   0.57
XYZ6.96947.642015.5757
Yxy7.64200.23090.2532
Hunter Lab27.6442-3.3755-14.0552
CIE-Lab33.2259-2.9032-19.7263

#31516d color RGB value is (49,81,109).

#31516d hex color red value is 49, green value is 81 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #31516d hue: 0.58 , saturation: 0.38 and the lightness value of 31516d is 0.31.

The process color (four color CMYK) of #31516d color hex is 0.55, 0.26, 0.00, 0.57. Web safe color of #31516d is #336666. Color #31516d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010001 01101101
Octal 61 121 155
Decimal 49 81 109
Hex 31 51 6D

RGB Percentages of Color #31516d

%20.50
%33.89
%45.61

CMYK Percentages of Color #31516d

%55
%26
%0
%57

Triadic Colors of #31516d

#31516d #6d3151 #516d31

Analogous Colors of #31516d

#31516d #31336d #316d6b

Monochromatic Colors of #31516d

#31516d

Complementary Color

#31516d #6d4d31

#31516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31516d Color CSS Codes

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

#31516d Text Font Color

<p style="color:#31516d">Text here</p>

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


#31516d Background Color

<div style="background-color:#31516d">
Div content here</div>

This div background color is #31516d


#31516d Border Color

<div style="border:3px solid #31516d">
Div here</div>

This div border color is #31516d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,81,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31516d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31516d;
  -webkit-box-shadow: 1px 1px 3px 2px #31516d;
  box-shadow:         1px 1px 3px 2px #31516d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31516d


Comments

No comments written yet.

Please login to write comment.