COLOR #313F91

HEX: #313F91 RGB: (49,63,145)

Color info

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

RGB color model

#313F91 color RGB value is (49,63,145).

RGB: (49,63,145) (19%, 25%, 57%)

RGB channels and saturation

R 49 of 255 = 19%
G 63 of 255 = 25%
B 145 of 255 = 57%

49
63
145

R + G + B ~ 34%. #313F91 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 63 + 145 = 257 (100%)
R 49 of 257 ~ 19.07%
G 63 of 257 ~ 24.51%
B 145 of 257 ~ 56.42'%

%19.07
%24.51
%56.42

CMYK color model

#313F91 color CMYK value is (66,57,0,43).

  • cyan value is 66.21%
  • magenta value is 56.55%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (66,57,0,43)
C66M57Y0K43 (66%, 57%, 0%, 43%)
(0.66 / 0.57 / 0.00 / 0.43)

CMYK percentages

%66.21
%56.55
%0
%43.14

Codes

Color #313F91 in popluar color models

31 3F 91
RGB 49 63 145
HSL 231° 49.48% 38.04%
HSB/HSV 231° 66.21% 56.86%
CMYK 66.21% 56.55% 0.00%
43.14%

Color #313F91 in popluar number systems.

HEX 31 3F 91
Decimal 49 63 145
Binary 110001 111111 10010001
Octal 61 77 221

Shades and tints

Shades of #313F91

#313F91
(49,63,145)
#2D3A84
(45,58,132)
#293577
(41,53,119)
#25306A
(37,48,106)
#212B5D
(33,43,93)
#1D2650
(29,38,80)
#192143
(25,33,67)
#151C36
(21,28,54)
#111729
(17,23,41)
#0D121C
(13,18,28)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #313F91

#313F91
(49,63,145)
#43509B
(67,80,155)
#5561A5
(85,97,165)
#6772AF
(103,114,175)
#7983B9
(121,131,185)
#8B94C3
(139,148,195)
#9DA5CD
(157,165,205)
#AFB6D7
(175,182,215)
#C1C7E1
(193,199,225)
#D3D8EB
(211,216,235)
#E5E9F5
(229,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313F91 color. Also use rgb(49,63,145) instead hex code.

Text Font Color

.myTextColor { color: #313F91; }

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

This text font color is #313F91.

Background Color

.myBgColor { background-color: #313F91; }

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

This div background color is #313F91.

Border color

.myBorderColor { border: 1px solid #313F91; }

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

This div border color is #313F91.

Opacity

.myOpacity80 { color: #313F91; opacity: 0.8; }

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

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

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

This text has shadow with #313F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313F91.

Preview

Color preview on black background

This text has color #313F91 on black background.


Color preview on white background

This text has color #313F91 on white background.


Black color preview on #313F91 background

This text has black color on #313F91 background.


White color preview on #313F91 background

This text has white color on #313F91 background.


Related colors

Complementary color

Complementary color for #hex is #CEC06E.


I love getcolorcode.com

Triadic colors

1 #91313F and #3F9131 with #313F91 are triadic colors.

2 #913F31 and #3F3191 with #313F91 are triadic colors.