COLOR #316686

HEX: #316686
RGB: (49,102,134)

Color info

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

RGB color model

#316686 color RGB value is (49,102,134).

  • red value is 49;
  • green value is 102;
  • blue value is 134.
RGB:
(49,102,134)
(19%,40%,53%)

RGB channels and saturation

R 49 of 255 = 19%
G 102 of 255 = 40%
B 134 of 255 = 53%

49
102
134

R + G + B ~ 37%. #316686 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 102 + 134 = 285 (100%)
R 49 of 285 ~ 17.19%
G 102 of 285 ~ 35.79%
B 134 of 285 ~ 47.02%

%17.19
%35.79
%47.02

CMYK color model

#316686 color CMYK value is (63,24,0,47).

  • cyan value is 63.43%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(63,24,0,47)
C63M24Y0K47 
(63%,24%,0%,47%)
(0.63/0.24/0.00/0.47)	

CMYK percentages

%63.43
%23.88
%0
%47.45

Codes

Color #316686 in popluar color models

316686
RGB49102134
HSL203°46.45%35.88%
HSB/HSV203°63.43%52.55%
CMYK63.43%23.88%0.00%
47.45%

Color #316686 in popluar number systems.

HEX316686
Decimal49102134
Binary110001110011010000110
Octal61146206

Shades and tints

Shades of #316686

#316686
(49,102,134)
#2D5D7A
(45,93,122)
#29546E
(41,84,110)
#254B62
(37,75,98)
#214256
(33,66,86)
#1D394A
(29,57,74)
#19303E
(25,48,62)
#152732
(21,39,50)
#111E26
(17,30,38)
#0D151A
(13,21,26)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #316686

#316686
(49,102,134)
#437391
(67,115,145)
#55809C
(85,128,156)
#678DA7
(103,141,167)
#799AB2
(121,154,178)
#8BA7BD
(139,167,189)
#9DB4C8
(157,180,200)
#AFC1D3
(175,193,211)
#C1CEDE
(193,206,222)
#D3DBE9
(211,219,233)
#E5E8F4
(229,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316686 color. Also use rgb(49,102,134) instead hex code.

Text Font Color

.myTextColor { color: #316686; }

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

This text font color is #316686.


Background Color

.myBgColor { background-color: #316686; }

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

This div background color is #316686.


Border color

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

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

This div border color is #316686.


Opacity

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

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

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

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

This text has shadow with #316686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316686 on black background.


Color preview on white background

This text has color #316686 on white background.



Black color preview on #316686 background

This text has black color on #316686 background.


White color preview on #316686 background

This text has white color on #316686 background.