COLOR #313B79

HEX: #313B79
RGB: (49,59,121)

Color info

#313B79 contains mainly blue color. Web safe color of #313B79 is #333366 (or #336).

RGB color model

#313B79 color RGB value is (49,59,121).

  • red value is 49;
  • green value is 59;
  • blue value is 121.
RGB:
(49,59,121)
(19%,23%,47%)

RGB channels and saturation

R 49 of 255 = 19%
G 59 of 255 = 23%
B 121 of 255 = 47%

49
59
121

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

Portions of RGB colors in percentages

R + G + B =
49 + 59 + 121 = 229 (100%)
R 49 of 229 ~ 21.4%
G 59 of 229 ~ 25.76%
B 121 of 229 ~ 52.84%

%21.4
%25.76
%52.84

CMYK color model

#313B79 color CMYK value is (60,51,0,53).

  • cyan value is 59.50%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(60,51,0,53)
C60M51Y0K53 
(60%,51%,0%,53%)
(0.60/0.51/0.00/0.53)	

CMYK percentages

%59.5
%51.24
%0
%52.55

Codes

Color #313B79 in popluar color models

313B79
RGB4959121
HSL232°42.35%33.33%
HSB/HSV232°59.50%47.45%
CMYK59.50%51.24%0.00%
52.55%

Color #313B79 in popluar number systems.

HEX313B79
Decimal4959121
Binary1100011110111111001
Octal6173171

Shades and tints

Shades of #313B79

#313B79
(49,59,121)
#2D366E
(45,54,110)
#293163
(41,49,99)
#252C58
(37,44,88)
#21274D
(33,39,77)
#1D2242
(29,34,66)
#191D37
(25,29,55)
#15182C
(21,24,44)
#111321
(17,19,33)
#0D0E16
(13,14,22)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #313B79

#313B79
(49,59,121)
#434C85
(67,76,133)
#555D91
(85,93,145)
#676E9D
(103,110,157)
#797FA9
(121,127,169)
#8B90B5
(139,144,181)
#9DA1C1
(157,161,193)
#AFB2CD
(175,178,205)
#C1C3D9
(193,195,217)
#D3D4E5
(211,212,229)
#E5E5F1
(229,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313B79 color. Also use rgb(49,59,121) instead hex code.

Text Font Color

.myTextColor { color: #313B79; }

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

This text font color is #313B79.


Background Color

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

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

This div background color is #313B79.


Border color

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

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

This div border color is #313B79.


Opacity

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

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

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

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

This text has shadow with #313B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313B79 on black background.


Color preview on white background

This text has color #313B79 on white background.



Black color preview on #313B79 background

This text has black color on #313B79 background.


White color preview on #313B79 background

This text has white color on #313B79 background.