COLOR #31456B

HEX: #31456B
RGB: (49,69,107)

Color info

#31456B contains red, green and blue colors in about the same proportion. Web safe color of #31456B is #333366 (or #336).

RGB color model

#31456B color RGB value is (49,69,107).

  • red value is 49;
  • green value is 69;
  • blue value is 107.
RGB:
(49,69,107)
(19%,27%,42%)

RGB channels and saturation

R 49 of 255 = 19%
G 69 of 255 = 27%
B 107 of 255 = 42%

49
69
107

R + G + B ~ 29%. #31456B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 69 + 107 = 225 (100%)
R 49 of 225 ~ 21.78%
G 69 of 225 ~ 30.67%
B 107 of 225 ~ 47.56%

%21.78
%30.67
%47.56

CMYK color model

#31456B color CMYK value is (54,36,0,58).

  • cyan value is 54.21%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(54,36,0,58)
C54M36Y0K58 
(54%,36%,0%,58%)
(0.54/0.36/0.00/0.58)	

CMYK percentages

%54.21
%35.51
%0
%58.04

Codes

Color #31456B in popluar color models

31456B
RGB4969107
HSL219°37.18%30.59%
HSB/HSV219°54.21%41.96%
CMYK54.21%35.51%0.00%
58.04%

Color #31456B in popluar number systems.

HEX31456B
Decimal4969107
Binary11000110001011101011
Octal61105153

Shades and tints

Shades of #31456B

#31456B
(49,69,107)
#2D3F62
(45,63,98)
#293959
(41,57,89)
#253350
(37,51,80)
#212D47
(33,45,71)
#1D273E
(29,39,62)
#192135
(25,33,53)
#151B2C
(21,27,44)
#111523
(17,21,35)
#0D0F1A
(13,15,26)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #31456B

#31456B
(49,69,107)
#435578
(67,85,120)
#556585
(85,101,133)
#677592
(103,117,146)
#79859F
(121,133,159)
#8B95AC
(139,149,172)
#9DA5B9
(157,165,185)
#AFB5C6
(175,181,198)
#C1C5D3
(193,197,211)
#D3D5E0
(211,213,224)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31456B color. Also use rgb(49,69,107) instead hex code.

Text Font Color

.myTextColor { color: #31456B; }

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

This text font color is #31456B.


Background Color

.myBgColor { background-color: #31456B; }

<div style="background-color:#31456B">Inner text</div>

This div background color is #31456B.


Border color

.myBorderColor { border: 1px solid #31456B; }

<div style="border:3px solid #31456B">Div</div>

This div border color is #31456B.


Opacity

.myOpacity80 { color: #31456B; opacity: 0.8; }

<p style="color:#31456B;opacity:0.8;">80%</p>

Text with #31456B 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 #31456B;}

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

This text has shadow with #31456B color.

.textShadow {text-shadow: 3px 3px 1px #31456B, 3px 3px 1px red;}

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

This text has shadow with #31456B primary color and red secondary color.


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

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

This text has shadow with #31456B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31456B on black background.


Color preview on white background

This text has color #31456B on white background.



Black color preview on #31456B background

This text has black color on #31456B background.


White color preview on #31456B background

This text has white color on #31456B background.