COLOR #313583

HEX: #313583 RGB: (49,53,131)

Color info

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

RGB color model

#313583 color RGB value is (49,53,131).

RGB: (49,53,131) (19%, 21%, 51%)

RGB channels and saturation

R 49 of 255 = 19%
G 53 of 255 = 21%
B 131 of 255 = 51%

49
53
131

R + G + B ~ 30%. #313583 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 53 + 131 = 233 (100%)
R 49 of 233 ~ 21.03%
G 53 of 233 ~ 22.75%
B 131 of 233 ~ 56.22'%

%21.03
%22.75
%56.22

CMYK color model

#313583 color CMYK value is (63,60,0,49).

  • cyan value is 62.60%
  • magenta value is 59.54%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (63,60,0,49) C63M60Y0K49 (63%,60%,0%,49%) (0.63/0.60/0.00/0.49) 

CMYK percentages

%62.6
%59.54
%0
%48.63

Codes

Color #313583 in popluar color models

31 35 83
RGB 49 53 131
HSL 237° 45.56% 35.29%
HSB/HSV 237° 62.60% 51.37%
CMYK 62.60% 59.54% 0.00%
48.63%

Color #313583 in popluar number systems.

HEX 31 35 83
Decimal 49 53 131
Binary 110001 110101 10000011
Octal 61 65 203

Shades and tints

Shades of #313583

#313583
(49,53,131)
#2D3178
(45,49,120)
#292D6D
(41,45,109)
#252962
(37,41,98)
#212557
(33,37,87)
#1D214C
(29,33,76)
#191D41
(25,29,65)
#151936
(21,25,54)
#11152B
(17,21,43)
#0D1120
(13,17,32)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #313583

#313583
(49,53,131)
#43478E
(67,71,142)
#555999
(85,89,153)
#676BA4
(103,107,164)
#797DAF
(121,125,175)
#8B8FBA
(139,143,186)
#9DA1C5
(157,161,197)
#AFB3D0
(175,179,208)
#C1C5DB
(193,197,219)
#D3D7E6
(211,215,230)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313583 color. Also use rgb(49,53,131) instead hex code.

Text Font Color

.myTextColor { color: #313583; }

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

This text font color is #313583.

Background Color

.myBgColor { background-color: #313583; }

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

This div background color is #313583.

Border color

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

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

This div border color is #313583.

Opacity

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

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

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

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

This text has shadow with #313583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313583.

Preview

Color preview on black background

This text has color #313583 on black background.


Color preview on white background

This text has color #313583 on white background.


Black color preview on #313583 background

This text has black color on #313583 background.


White color preview on #313583 background

This text has white color on #313583 background.


Related colors

Complementary color

Complementary color for #hex is #CECA7C.


I love getcolorcode.com

Triadic colors

1 #833135 and #358331 with #313583 are triadic colors.

2 #833531 and #353183 with #313583 are triadic colors.