Color Hex Logo

#31167b Color Hex

#31167B
(49,22,123)
0 Favorites   0 Comments

Color spaces of #31167b

RGB 4922123
HSL0.710.700.28
HSV256°82°48°
CMYK 0.600.820.00   0.52
XYZ5.12872.656818.9814
Yxy2.65680.19160.0993
Hunter Lab16.299727.6406-57.6349
CIE-Lab18.613439.7453-52.0473

#31167b color RGB value is (49,22,123).

#31167b hex color red value is 49, green value is 22 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #31167b hue: 0.71 , saturation: 0.70 and the lightness value of 31167b is 0.28.

The process color (four color CMYK) of #31167b color hex is 0.60, 0.82, 0.00, 0.52. Web safe color of #31167b is #330066. Color #31167b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010110 01111011
Octal 61 26 173
Decimal 49 22 123
Hex 31 16 7B

RGB Percentages of Color #31167b

%25.26
%11.34
%63.40

CMYK Percentages of Color #31167b

%60
%82
%0
%52

Triadic Colors of #31167b

#31167b #7b3116 #167b31

Analogous Colors of #31167b

#31167b #64167b #162d7b

Monochromatic Colors of #31167b

#31167b

Complementary Color

#31167b #607b16

#31167b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31167b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31167b Color CSS Codes

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

#31167b Text Font Color

<p style="color:#31167b">Text here</p>

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


#31167b Background Color

<div style="background-color:#31167b">
Div content here</div>

This div background color is #31167b


#31167b Border Color

<div style="border:3px solid #31167b">
Div here</div>

This div border color is #31167b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,22,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31167b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31167b;
  -webkit-box-shadow: 1px 1px 3px 2px #31167b;
  box-shadow:         1px 1px 3px 2px #31167b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31167b


Comments

No comments written yet.

Please login to write comment.