COLOR #31167D

HEX: #31167D
RGB: (49,22,125)

Color info

#31167D contains mainly blue color. Web safe color of #31167D is #330066 (or #306).

RGB color model

#31167D color RGB value is (49,22,125).

  • red value is 49;
  • green value is 22;
  • blue value is 125.
RGB:
(49,22,125)
(19%,9%,49%)

RGB channels and saturation

R 49 of 255 = 19%
G 22 of 255 = 9%
B 125 of 255 = 49%

49
22
125

R + G + B ~ 26%. #31167D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 22 + 125 = 196 (100%)
R 49 of 196 ~ 25%
G 22 of 196 ~ 11.22%
B 125 of 196 ~ 63.78%

%25
%11.22
%63.78

CMYK color model

#31167D color CMYK value is (61,82,0,51).

  • cyan value is 60.80%
  • magenta value is 82.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(61,82,0,51)
C61M82Y0K51 
(61%,82%,0%,51%)
(0.61/0.82/0.00/0.51)	

CMYK percentages

%60.8
%82.4
%0
%50.98

Codes

Color #31167D in popluar color models

31167D
RGB4922125
HSL256°70.07%28.82%
HSB/HSV256°82.40%49.02%
CMYK60.80%82.40%0.00%
50.98%

Color #31167D in popluar number systems.

HEX31167D
Decimal4922125
Binary110001101101111101
Octal6126175

Shades and tints

Shades of #31167D

#31167D
(49,22,125)
#2D1472
(45,20,114)
#291267
(41,18,103)
#25105C
(37,16,92)
#210E51
(33,14,81)
#1D0C46
(29,12,70)
#190A3B
(25,10,59)
#150830
(21,8,48)
#110625
(17,6,37)
#0D041A
(13,4,26)
#09020F
(9,2,15)
#000000
(0,0,0)

Tints of #31167D

#31167D
(49,22,125)
#432B88
(67,43,136)
#554093
(85,64,147)
#67559E
(103,85,158)
#796AA9
(121,106,169)
#8B7FB4
(139,127,180)
#9D94BF
(157,148,191)
#AFA9CA
(175,169,202)
#C1BED5
(193,190,213)
#D3D3E0
(211,211,224)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31167D color. Also use rgb(49,22,125) instead hex code.

Text Font Color

.myTextColor { color: #31167D; }

<p style="color:#31167D">This sample text font color is #31167D.</p>

This text font color is #31167D.


Background Color

.myBgColor { background-color: #31167D; }

<div style="background-color:#31167D">Inner text</div>

This div background color is #31167D.


Border color

.myBorderColor { border: 1px solid #31167D; }

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

This div border color is #31167D.


Opacity

.myOpacity80 { color: #31167D; opacity: 0.8; }

<p style="color:#31167D;opacity:0.8;">80%</p>

Text with #31167D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #31167D;}

<p style="text-shadow: 3px 3px 1px #31167D">Text here.</p>

This text has shadow with #31167D color.

.textShadow {text-shadow: 3px 3px 1px #31167D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #31167D, 5px 5px 20px red">Text here.</p>

This text has shadow with #31167D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#31167D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#31167D, Direction=45, Strength=4)">Text</p>

This text has shadow with #31167D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #31167D;
  -webkit-box-shadow:	1px 1px 3px 2px #31167D;
  box-shadow:		1px 1px 3px 2px #31167D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #31167D;
-webkit-box-shadow: 1px 1px 3px 2px #31167D;
box-shadow:1px 1px 3px 2px #31167D;">
Div content here</div>
This div box has shadow with color #31167D.

Preview

Color preview on black background

This text has color #31167D on black background.


Color preview on white background

This text has color #31167D on white background.



Black color preview on #31167D background

This text has black color on #31167D background.


White color preview on #31167D background

This text has white color on #31167D background.