COLOR #314983

HEX: #314983
RGB: (49,73,131)

Color info

#314983 contains mainly green and blue colors. Web safe color of #314983 is #333399 (or #339).

RGB color model

#314983 color RGB value is (49,73,131).

  • red value is 49;
  • green value is 73;
  • blue value is 131.
RGB:
(49,73,131)
(19%,29%,51%)

RGB channels and saturation

R 49 of 255 = 19%
G 73 of 255 = 29%
B 131 of 255 = 51%

49
73
131

R + G + B ~ 33%. #314983 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 73 + 131 = 253 (100%)
R 49 of 253 ~ 19.37%
G 73 of 253 ~ 28.85%
B 131 of 253 ~ 51.78%

%19.37
%28.85
%51.78

CMYK color model

#314983 color CMYK value is (63,44,0,49).

  • cyan value is 62.60%
  • magenta value is 44.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(63,44,0,49)
C63M44Y0K49 
(63%,44%,0%,49%)
(0.63/0.44/0.00/0.49)	

CMYK percentages

%62.6
%44.27
%0
%48.63

Codes

Color #314983 in popluar color models

314983
RGB4973131
HSL222°45.56%35.29%
HSB/HSV222°62.60%51.37%
CMYK62.60%44.27%0.00%
48.63%

Color #314983 in popluar number systems.

HEX314983
Decimal4973131
Binary110001100100110000011
Octal61111203

Shades and tints

Shades of #314983

#314983
(49,73,131)
#2D4378
(45,67,120)
#293D6D
(41,61,109)
#253762
(37,55,98)
#213157
(33,49,87)
#1D2B4C
(29,43,76)
#192541
(25,37,65)
#151F36
(21,31,54)
#11192B
(17,25,43)
#0D1320
(13,19,32)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #314983

#314983
(49,73,131)
#43598E
(67,89,142)
#556999
(85,105,153)
#6779A4
(103,121,164)
#7989AF
(121,137,175)
#8B99BA
(139,153,186)
#9DA9C5
(157,169,197)
#AFB9D0
(175,185,208)
#C1C9DB
(193,201,219)
#D3D9E6
(211,217,230)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314983; }

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

This text font color is #314983.


Background Color

.myBgColor { background-color: #314983; }

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

This div background color is #314983.


Border color

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

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

This div border color is #314983.


Opacity

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

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

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

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

This text has shadow with #314983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314983 on black background.


Color preview on white background

This text has color #314983 on white background.



Black color preview on #314983 background

This text has black color on #314983 background.


White color preview on #314983 background

This text has white color on #314983 background.