COLOR #314787

HEX: #314787
RGB: (49,71,135)

Color info

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

RGB color model

#314787 color RGB value is (49,71,135).

  • red value is 49;
  • green value is 71;
  • blue value is 135.
RGB:
(49,71,135)
(19%,28%,53%)

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 135 of 255 = 53%

49
71
135

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 135 = 255 (100%)
R 49 of 255 ~ 19.22%
G 71 of 255 ~ 27.84%
B 135 of 255 ~ 52.94%

%19.22
%27.84
%52.94

CMYK color model

#314787 color CMYK value is (64,47,0,47).

  • cyan value is 63.70%
  • magenta value is 47.41%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(64,47,0,47)
C64M47Y0K47 
(64%,47%,0%,47%)
(0.64/0.47/0.00/0.47)	

CMYK percentages

%63.7
%47.41
%0
%47.06

Codes

Color #314787 in popluar color models

314787
RGB4971135
HSL225°46.74%36.08%
HSB/HSV225°63.70%52.94%
CMYK63.70%47.41%0.00%
47.06%

Color #314787 in popluar number systems.

HEX314787
Decimal4971135
Binary110001100011110000111
Octal61107207

Shades and tints

Shades of #314787

#314787
(49,71,135)
#2D417B
(45,65,123)
#293B6F
(41,59,111)
#253563
(37,53,99)
#212F57
(33,47,87)
#1D294B
(29,41,75)
#19233F
(25,35,63)
#151D33
(21,29,51)
#111727
(17,23,39)
#0D111B
(13,17,27)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #314787

#314787
(49,71,135)
#435791
(67,87,145)
#55679B
(85,103,155)
#6777A5
(103,119,165)
#7987AF
(121,135,175)
#8B97B9
(139,151,185)
#9DA7C3
(157,167,195)
#AFB7CD
(175,183,205)
#C1C7D7
(193,199,215)
#D3D7E1
(211,215,225)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314787 color. Also use rgb(49,71,135) instead hex code.

Text Font Color

.myTextColor { color: #314787; }

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

This text font color is #314787.


Background Color

.myBgColor { background-color: #314787; }

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

This div background color is #314787.


Border color

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

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

This div border color is #314787.


Opacity

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

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

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

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

This text has shadow with #314787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314787 on black background.


Color preview on white background

This text has color #314787 on white background.



Black color preview on #314787 background

This text has black color on #314787 background.


White color preview on #314787 background

This text has white color on #314787 background.