COLOR #316E97

HEX: #316E97
RGB: (49,110,151)

Color info

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

RGB color model

#316E97 color RGB value is (49,110,151).

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

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 151 of 255 = 59%

49
110
151

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

Portions of RGB colors in percentages

R + G + B =
49 + 110 + 151 = 310 (100%)
R 49 of 310 ~ 15.81%
G 110 of 310 ~ 35.48%
B 151 of 310 ~ 48.71%

%15.81
%35.48
%48.71

CMYK color model

#316E97 color CMYK value is (68,27,0,41).

  • cyan value is 67.55%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(68,27,0,41)
C68M27Y0K41 
(68%,27%,0%,41%)
(0.68/0.27/0.00/0.41)	

CMYK percentages

%67.55
%27.15
%0
%40.78

Codes

Color #316E97 in popluar color models

316E97
RGB49110151
HSL204°51.00%39.22%
HSB/HSV204°67.55%59.22%
CMYK67.55%27.15%0.00%
40.78%

Color #316E97 in popluar number systems.

HEX316E97
Decimal49110151
Binary110001110111010010111
Octal61156227

Shades and tints

Shades of #316E97

#316E97
(49,110,151)
#2D648A
(45,100,138)
#295A7D
(41,90,125)
#255070
(37,80,112)
#214663
(33,70,99)
#1D3C56
(29,60,86)
#193249
(25,50,73)
#15283C
(21,40,60)
#111E2F
(17,30,47)
#0D1422
(13,20,34)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #316E97

#316E97
(49,110,151)
#437BA0
(67,123,160)
#5588A9
(85,136,169)
#6795B2
(103,149,178)
#79A2BB
(121,162,187)
#8BAFC4
(139,175,196)
#9DBCCD
(157,188,205)
#AFC9D6
(175,201,214)
#C1D6DF
(193,214,223)
#D3E3E8
(211,227,232)
#E5F0F1
(229,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316E97; }

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

This text font color is #316E97.


Background Color

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

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

This div background color is #316E97.


Border color

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

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

This div border color is #316E97.


Opacity

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

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

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

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

This text has shadow with #316E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316E97 on black background.


Color preview on white background

This text has color #316E97 on white background.



Black color preview on #316E97 background

This text has black color on #316E97 background.


White color preview on #316E97 background

This text has white color on #316E97 background.