COLOR #316EA8

HEX: #316EA8
RGB: (49,110,168)

Color info

#316EA8 contains mainly green and blue colors. Web safe color of #316EA8 is #336699 (or #369).

RGB color model

#316EA8 color RGB value is (49,110,168).

  • red value is 49;
  • green value is 110;
  • blue value is 168.
RGB:
(49,110,168)
(19%,43%,66%)

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 168 of 255 = 66%

49
110
168

R + G + B ~ 43%. #316EA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 168 = 327 (100%)
R 49 of 327 ~ 14.98%
G 110 of 327 ~ 33.64%
B 168 of 327 ~ 51.38%

%14.98
%33.64
%51.38

CMYK color model

#316EA8 color CMYK value is (71,35,0,34).

  • cyan value is 70.83%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(71,35,0,34)
C71M35Y0K34 
(71%,35%,0%,34%)
(0.71/0.35/0.00/0.34)	

CMYK percentages

%70.83
%34.52
%0
%34.12

Codes

Color #316EA8 in popluar color models

316EA8
RGB49110168
HSL209°54.84%42.55%
HSB/HSV209°70.83%65.88%
CMYK70.83%34.52%0.00%
34.12%

Color #316EA8 in popluar number systems.

HEX316EA8
Decimal49110168
Binary110001110111010101000
Octal61156250

Shades and tints

Shades of #316EA8

#316EA8
(49,110,168)
#2D6499
(45,100,153)
#295A8A
(41,90,138)
#25507B
(37,80,123)
#21466C
(33,70,108)
#1D3C5D
(29,60,93)
#19324E
(25,50,78)
#15283F
(21,40,63)
#111E30
(17,30,48)
#0D1421
(13,20,33)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #316EA8

#316EA8
(49,110,168)
#437BAF
(67,123,175)
#5588B6
(85,136,182)
#6795BD
(103,149,189)
#79A2C4
(121,162,196)
#8BAFCB
(139,175,203)
#9DBCD2
(157,188,210)
#AFC9D9
(175,201,217)
#C1D6E0
(193,214,224)
#D3E3E7
(211,227,231)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316EA8 color. Also use rgb(49,110,168) instead hex code.

Text Font Color

.myTextColor { color: #316EA8; }

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

This text font color is #316EA8.


Background Color

.myBgColor { background-color: #316EA8; }

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

This div background color is #316EA8.


Border color

.myBorderColor { border: 1px solid #316EA8; }

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

This div border color is #316EA8.


Opacity

.myOpacity80 { color: #316EA8; opacity: 0.8; }

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

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

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

This text has shadow with #316EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316EA8 on black background.


Color preview on white background

This text has color #316EA8 on white background.



Black color preview on #316EA8 background

This text has black color on #316EA8 background.


White color preview on #316EA8 background

This text has white color on #316EA8 background.