COLOR #31558E

HEX: #31558E
RGB: (49,85,142)

Color info

#31558E contains mainly green and blue colors. Web safe color of #31558E is #336699 (or #369).

RGB color model

#31558E color RGB value is (49,85,142).

  • red value is 49;
  • green value is 85;
  • blue value is 142.
RGB:
(49,85,142)
(19%,33%,56%)

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 142 of 255 = 56%

49
85
142

R + G + B ~ 36%. #31558E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 85 + 142 = 276 (100%)
R 49 of 276 ~ 17.75%
G 85 of 276 ~ 30.8%
B 142 of 276 ~ 51.45%

%17.75
%30.8
%51.45

CMYK color model

#31558E color CMYK value is (65,40,0,44).

  • cyan value is 65.49%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(65,40,0,44)
C65M40Y0K44 
(65%,40%,0%,44%)
(0.65/0.40/0.00/0.44)	

CMYK percentages

%65.49
%40.14
%0
%44.31

Codes

Color #31558E in popluar color models

31558E
RGB4985142
HSL217°48.69%37.45%
HSB/HSV217°65.49%55.69%
CMYK65.49%40.14%0.00%
44.31%

Color #31558E in popluar number systems.

HEX31558E
Decimal4985142
Binary110001101010110001110
Octal61125216

Shades and tints

Shades of #31558E

#31558E
(49,85,142)
#2D4E82
(45,78,130)
#294776
(41,71,118)
#25406A
(37,64,106)
#21395E
(33,57,94)
#1D3252
(29,50,82)
#192B46
(25,43,70)
#15243A
(21,36,58)
#111D2E
(17,29,46)
#0D1622
(13,22,34)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #31558E

#31558E
(49,85,142)
#436498
(67,100,152)
#5573A2
(85,115,162)
#6782AC
(103,130,172)
#7991B6
(121,145,182)
#8BA0C0
(139,160,192)
#9DAFCA
(157,175,202)
#AFBED4
(175,190,212)
#C1CDDE
(193,205,222)
#D3DCE8
(211,220,232)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31558E color. Also use rgb(49,85,142) instead hex code.

Text Font Color

.myTextColor { color: #31558E; }

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

This text font color is #31558E.


Background Color

.myBgColor { background-color: #31558E; }

<div style="background-color:#31558E">Inner text</div>

This div background color is #31558E.


Border color

.myBorderColor { border: 1px solid #31558E; }

<div style="border:3px solid #31558E">Div</div>

This div border color is #31558E.


Opacity

.myOpacity80 { color: #31558E; opacity: 0.8; }

<p style="color:#31558E;opacity:0.8;">80%</p>

Text with #31558E 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 #31558E;}

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

This text has shadow with #31558E color.

.textShadow {text-shadow: 3px 3px 1px #31558E, 3px 3px 1px red;}

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

This text has shadow with #31558E primary color and red secondary color.


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

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

This text has shadow with #31558E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31558E on black background.


Color preview on white background

This text has color #31558E on white background.



Black color preview on #31558E background

This text has black color on #31558E background.


White color preview on #31558E background

This text has white color on #31558E background.