COLOR #313986

HEX: #313986 RGB: (49,57,134)

Color info

#313986 contains mainly blue color. Web safe color of #313986 is #333399 (or #339).

RGB color model

#313986 color RGB value is (49,57,134).

RGB: (49,57,134) (19%, 22%, 53%)

RGB channels and saturation

R 49 of 255 = 19%
G 57 of 255 = 22%
B 134 of 255 = 53%

49
57
134

R + G + B ~ 31%. #313986 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 57 + 134 = 240 (100%)
R 49 of 240 ~ 20.42%
G 57 of 240 ~ 23.75%
B 134 of 240 ~ 55.83'%

%20.42
%23.75
%55.83

CMYK color model

#313986 color CMYK value is (63,57,0,47).

  • cyan value is 63.43%
  • magenta value is 57.46%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (63,57,0,47)
C63M57Y0K47 (63%, 57%, 0%, 47%)
(0.63 / 0.57 / 0.00 / 0.47)

CMYK percentages

%63.43
%57.46
%0
%47.45

Codes

Color #313986 in popluar color models

31 39 86
RGB 49 57 134
HSL 234° 46.45% 35.88%
HSB/HSV 234° 63.43% 52.55%
CMYK 63.43% 57.46% 0.00%
47.45%

Color #313986 in popluar number systems.

HEX 31 39 86
Decimal 49 57 134
Binary 110001 111001 10000110
Octal 61 71 206

Shades and tints

Shades of #313986

#313986
(49,57,134)
#2D347A
(45,52,122)
#292F6E
(41,47,110)
#252A62
(37,42,98)
#212556
(33,37,86)
#1D204A
(29,32,74)
#191B3E
(25,27,62)
#151632
(21,22,50)
#111126
(17,17,38)
#0D0C1A
(13,12,26)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #313986

#313986
(49,57,134)
#434B91
(67,75,145)
#555D9C
(85,93,156)
#676FA7
(103,111,167)
#7981B2
(121,129,178)
#8B93BD
(139,147,189)
#9DA5C8
(157,165,200)
#AFB7D3
(175,183,211)
#C1C9DE
(193,201,222)
#D3DBE9
(211,219,233)
#E5EDF4
(229,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313986 color. Also use rgb(49,57,134) instead hex code.

Text Font Color

.myTextColor { color: #313986; }

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

This text font color is #313986.

Background Color

.myBgColor { background-color: #313986; }

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

This div background color is #313986.

Border color

.myBorderColor { border: 1px solid #313986; }

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

This div border color is #313986.

Opacity

.myOpacity80 { color: #313986; opacity: 0.8; }

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

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

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

This text has shadow with #313986 color.


.textShadow {text-shadow: 3px 3px 1px #313986', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #313986; -webkit-box-shadow: 1px 1px 3px 2px #313986; box-shadow:1px 1px 3px 2px #313986;">
Div content here
</div>

This div box has shadow with color #313986.

Preview

Color preview on black background

This text has color #313986 on black background.


Color preview on white background

This text has color #313986 on white background.


Black color preview on #313986 background

This text has black color on #313986 background.


White color preview on #313986 background

This text has white color on #313986 background.


Related colors

Complementary color

Complementary color for #hex is #CEC679.


I love getcolorcode.com

Triadic colors

1 #863139 and #398631 with #313986 are triadic colors.

2 #863931 and #393186 with #313986 are triadic colors.