COLOR #316A8B

HEX: #316A8B
RGB: (49,106,139)

Color info

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

RGB color model

#316A8B color RGB value is (49,106,139).

  • red value is 49;
  • green value is 106;
  • blue value is 139.
RGB:
(49,106,139)
(19%,42%,55%)

RGB channels and saturation

R 49 of 255 = 19%
G 106 of 255 = 42%
B 139 of 255 = 55%

49
106
139

R + G + B ~ 39%. #316A8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 106 + 139 = 294 (100%)
R 49 of 294 ~ 16.67%
G 106 of 294 ~ 36.05%
B 139 of 294 ~ 47.28%

%16.67
%36.05
%47.28

CMYK color model

#316A8B color CMYK value is (65,24,0,45).

  • cyan value is 64.75%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(65,24,0,45)
C65M24Y0K45 
(65%,24%,0%,45%)
(0.65/0.24/0.00/0.45)	

CMYK percentages

%64.75
%23.74
%0
%45.49

Codes

Color #316A8B in popluar color models

316A8B
RGB49106139
HSL202°47.87%36.86%
HSB/HSV202°64.75%54.51%
CMYK64.75%23.74%0.00%
45.49%

Color #316A8B in popluar number systems.

HEX316A8B
Decimal49106139
Binary110001110101010001011
Octal61152213

Shades and tints

Shades of #316A8B

#316A8B
(49,106,139)
#2D617F
(45,97,127)
#295873
(41,88,115)
#254F67
(37,79,103)
#21465B
(33,70,91)
#1D3D4F
(29,61,79)
#193443
(25,52,67)
#152B37
(21,43,55)
#11222B
(17,34,43)
#0D191F
(13,25,31)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #316A8B

#316A8B
(49,106,139)
#437795
(67,119,149)
#55849F
(85,132,159)
#6791A9
(103,145,169)
#799EB3
(121,158,179)
#8BABBD
(139,171,189)
#9DB8C7
(157,184,199)
#AFC5D1
(175,197,209)
#C1D2DB
(193,210,219)
#D3DFE5
(211,223,229)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316A8B color. Also use rgb(49,106,139) instead hex code.

Text Font Color

.myTextColor { color: #316A8B; }

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

This text font color is #316A8B.


Background Color

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

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

This div background color is #316A8B.


Border color

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

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

This div border color is #316A8B.


Opacity

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

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

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

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

This text has shadow with #316A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316A8B on black background.


Color preview on white background

This text has color #316A8B on white background.



Black color preview on #316A8B background

This text has black color on #316A8B background.


White color preview on #316A8B background

This text has white color on #316A8B background.