COLOR #313D74

HEX: #313D74
RGB: (49,61,116)

Color info

#313D74 contains mainly green and blue colors. Web safe color of #313D74 is #333366 (or #336).

RGB color model

#313D74 color RGB value is (49,61,116).

  • red value is 49;
  • green value is 61;
  • blue value is 116.
RGB:
(49,61,116)
(19%,24%,45%)

RGB channels and saturation

R 49 of 255 = 19%
G 61 of 255 = 24%
B 116 of 255 = 45%

49
61
116

R + G + B ~ 29%. #313D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 61 + 116 = 226 (100%)
R 49 of 226 ~ 21.68%
G 61 of 226 ~ 26.99%
B 116 of 226 ~ 51.33%

%21.68
%26.99
%51.33

CMYK color model

#313D74 color CMYK value is (58,47,0,55).

  • cyan value is 57.76%
  • magenta value is 47.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(58,47,0,55)
C58M47Y0K55 
(58%,47%,0%,55%)
(0.58/0.47/0.00/0.55)	

CMYK percentages

%57.76
%47.41
%0
%54.51

Codes

Color #313D74 in popluar color models

313D74
RGB4961116
HSL229°40.61%32.35%
HSB/HSV229°57.76%45.49%
CMYK57.76%47.41%0.00%
54.51%

Color #313D74 in popluar number systems.

HEX313D74
Decimal4961116
Binary1100011111011110100
Octal6175164

Shades and tints

Shades of #313D74

#313D74
(49,61,116)
#2D386A
(45,56,106)
#293360
(41,51,96)
#252E56
(37,46,86)
#21294C
(33,41,76)
#1D2442
(29,36,66)
#191F38
(25,31,56)
#151A2E
(21,26,46)
#111524
(17,21,36)
#0D101A
(13,16,26)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #313D74

#313D74
(49,61,116)
#434E80
(67,78,128)
#555F8C
(85,95,140)
#677098
(103,112,152)
#7981A4
(121,129,164)
#8B92B0
(139,146,176)
#9DA3BC
(157,163,188)
#AFB4C8
(175,180,200)
#C1C5D4
(193,197,212)
#D3D6E0
(211,214,224)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313D74 color. Also use rgb(49,61,116) instead hex code.

Text Font Color

.myTextColor { color: #313D74; }

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

This text font color is #313D74.


Background Color

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

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

This div background color is #313D74.


Border color

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

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

This div border color is #313D74.


Opacity

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

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

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

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

This text has shadow with #313D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313D74 on black background.


Color preview on white background

This text has color #313D74 on white background.



Black color preview on #313D74 background

This text has black color on #313D74 background.


White color preview on #313D74 background

This text has white color on #313D74 background.