COLOR #314588

HEX: #314588
RGB: (49,69,136)

Color info

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

RGB color model

#314588 color RGB value is (49,69,136).

  • red value is 49;
  • green value is 69;
  • blue value is 136.
RGB:
(49,69,136)
(19%,27%,53%)

RGB channels and saturation

R 49 of 255 = 19%
G 69 of 255 = 27%
B 136 of 255 = 53%

49
69
136

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

Portions of RGB colors in percentages

R + G + B =
49 + 69 + 136 = 254 (100%)
R 49 of 254 ~ 19.29%
G 69 of 254 ~ 27.17%
B 136 of 254 ~ 53.54%

%19.29
%27.17
%53.54

CMYK color model

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

  • cyan value is 63.97%
  • magenta value is 49.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(64,49,0,47)
C64M49Y0K47 
(64%,49%,0%,47%)
(0.64/0.49/0.00/0.47)	

CMYK percentages

%63.97
%49.26
%0
%46.67

Codes

Color #314588 in popluar color models

314588
RGB4969136
HSL226°47.03%36.27%
HSB/HSV226°63.97%53.33%
CMYK63.97%49.26%0.00%
46.67%

Color #314588 in popluar number systems.

HEX314588
Decimal4969136
Binary110001100010110001000
Octal61105210

Shades and tints

Shades of #314588

#314588
(49,69,136)
#2D3F7C
(45,63,124)
#293970
(41,57,112)
#253364
(37,51,100)
#212D58
(33,45,88)
#1D274C
(29,39,76)
#192140
(25,33,64)
#151B34
(21,27,52)
#111528
(17,21,40)
#0D0F1C
(13,15,28)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #314588

#314588
(49,69,136)
#435592
(67,85,146)
#55659C
(85,101,156)
#6775A6
(103,117,166)
#7985B0
(121,133,176)
#8B95BA
(139,149,186)
#9DA5C4
(157,165,196)
#AFB5CE
(175,181,206)
#C1C5D8
(193,197,216)
#D3D5E2
(211,213,226)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314588 color. Also use rgb(49,69,136) instead hex code.

Text Font Color

.myTextColor { color: #314588; }

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

This text font color is #314588.


Background Color

.myBgColor { background-color: #314588; }

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

This div background color is #314588.


Border color

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

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

This div border color is #314588.


Opacity

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

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

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

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

This text has shadow with #314588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314588 on black background.


Color preview on white background

This text has color #314588 on white background.



Black color preview on #314588 background

This text has black color on #314588 background.


White color preview on #314588 background

This text has white color on #314588 background.