COLOR #31559C

HEX: #31559C
RGB: (49,85,156)

Color info

#31559C contains mainly blue color. Web safe color of #31559C is #336699 (or #369).

RGB color model

#31559C color RGB value is (49,85,156).

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

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 156 of 255 = 61%

49
85
156

R + G + B ~ 38%. #31559C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 85 + 156 = 290 (100%)
R 49 of 290 ~ 16.9%
G 85 of 290 ~ 29.31%
B 156 of 290 ~ 53.79%

%16.9
%29.31
%53.79

CMYK color model

#31559C color CMYK value is (69,46,0,39).

  • cyan value is 68.59%
  • magenta value is 45.51%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(69,46,0,39)
C69M46Y0K39 
(69%,46%,0%,39%)
(0.69/0.46/0.00/0.39)	

CMYK percentages

%68.59
%45.51
%0
%38.82

Codes

Color #31559C in popluar color models

31559C
RGB4985156
HSL220°52.20%40.20%
HSB/HSV220°68.59%61.18%
CMYK68.59%45.51%0.00%
38.82%

Color #31559C in popluar number systems.

HEX31559C
Decimal4985156
Binary110001101010110011100
Octal61125234

Shades and tints

Shades of #31559C

#31559C
(49,85,156)
#2D4E8E
(45,78,142)
#294780
(41,71,128)
#254072
(37,64,114)
#213964
(33,57,100)
#1D3256
(29,50,86)
#192B48
(25,43,72)
#15243A
(21,36,58)
#111D2C
(17,29,44)
#0D161E
(13,22,30)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #31559C

#31559C
(49,85,156)
#4364A5
(67,100,165)
#5573AE
(85,115,174)
#6782B7
(103,130,183)
#7991C0
(121,145,192)
#8BA0C9
(139,160,201)
#9DAFD2
(157,175,210)
#AFBEDB
(175,190,219)
#C1CDE4
(193,205,228)
#D3DCED
(211,220,237)
#E5EBF6
(229,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31559C color. Also use rgb(49,85,156) instead hex code.

Text Font Color

.myTextColor { color: #31559C; }

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

This text font color is #31559C.


Background Color

.myBgColor { background-color: #31559C; }

<div style="background-color:#31559C">Inner text</div>

This div background color is #31559C.


Border color

.myBorderColor { border: 1px solid #31559C; }

<div style="border:3px solid #31559C">Div</div>

This div border color is #31559C.


Opacity

.myOpacity80 { color: #31559C; opacity: 0.8; }

<p style="color:#31559C;opacity:0.8;">80%</p>

Text with #31559C 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 #31559C;}

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

This text has shadow with #31559C color.

.textShadow {text-shadow: 3px 3px 1px #31559C, 3px 3px 1px red;}

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

This text has shadow with #31559C primary color and red secondary color.


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

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

This text has shadow with #31559C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31559C on black background.


Color preview on white background

This text has color #31559C on white background.



Black color preview on #31559C background

This text has black color on #31559C background.


White color preview on #31559C background

This text has white color on #31559C background.