COLOR #31629A

HEX: #31629A
RGB: (49,98,154)

Color info

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

RGB color model

#31629A color RGB value is (49,98,154).

  • red value is 49;
  • green value is 98;
  • blue value is 154.
RGB:
(49,98,154)
(19%,38%,60%)

RGB channels and saturation

R 49 of 255 = 19%
G 98 of 255 = 38%
B 154 of 255 = 60%

49
98
154

R + G + B ~ 39%. #31629A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 98 + 154 = 301 (100%)
R 49 of 301 ~ 16.28%
G 98 of 301 ~ 32.56%
B 154 of 301 ~ 51.16%

%16.28
%32.56
%51.16

CMYK color model

#31629A color CMYK value is (68,36,0,40).

  • cyan value is 68.18%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(68,36,0,40)
C68M36Y0K40 
(68%,36%,0%,40%)
(0.68/0.36/0.00/0.40)	

CMYK percentages

%68.18
%36.36
%0
%39.61

Codes

Color #31629A in popluar color models

31629A
RGB4998154
HSL212°51.72%39.80%
HSB/HSV212°68.18%60.39%
CMYK68.18%36.36%0.00%
39.61%

Color #31629A in popluar number systems.

HEX31629A
Decimal4998154
Binary110001110001010011010
Octal61142232

Shades and tints

Shades of #31629A

#31629A
(49,98,154)
#2D5A8C
(45,90,140)
#29527E
(41,82,126)
#254A70
(37,74,112)
#214262
(33,66,98)
#1D3A54
(29,58,84)
#193246
(25,50,70)
#152A38
(21,42,56)
#11222A
(17,34,42)
#0D1A1C
(13,26,28)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #31629A

#31629A
(49,98,154)
#4370A3
(67,112,163)
#557EAC
(85,126,172)
#678CB5
(103,140,181)
#799ABE
(121,154,190)
#8BA8C7
(139,168,199)
#9DB6D0
(157,182,208)
#AFC4D9
(175,196,217)
#C1D2E2
(193,210,226)
#D3E0EB
(211,224,235)
#E5EEF4
(229,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31629A color. Also use rgb(49,98,154) instead hex code.

Text Font Color

.myTextColor { color: #31629A; }

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

This text font color is #31629A.


Background Color

.myBgColor { background-color: #31629A; }

<div style="background-color:#31629A">Inner text</div>

This div background color is #31629A.


Border color

.myBorderColor { border: 1px solid #31629A; }

<div style="border:3px solid #31629A">Div</div>

This div border color is #31629A.


Opacity

.myOpacity80 { color: #31629A; opacity: 0.8; }

<p style="color:#31629A;opacity:0.8;">80%</p>

Text with #31629A 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 #31629A;}

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

This text has shadow with #31629A color.

.textShadow {text-shadow: 3px 3px 1px #31629A, 3px 3px 1px red;}

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

This text has shadow with #31629A primary color and red secondary color.


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

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

This text has shadow with #31629A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31629A on black background.


Color preview on white background

This text has color #31629A on white background.



Black color preview on #31629A background

This text has black color on #31629A background.


White color preview on #31629A background

This text has white color on #31629A background.