COLOR #316B95

HEX: #316B95 RGB: (49,107,149)

Color info

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

RGB color model

#316B95 color RGB value is (49,107,149).

RGB: (49,107,149) (19%, 42%, 58%)

RGB channels and saturation

R 49 of 255 = 19%
G 107 of 255 = 42%
B 149 of 255 = 58%

49
107
149

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

Portions of RGB colors in percentages

R + G + B = 49 + 107 + 149 = 305 (100%)
R 49 of 305 ~ 16.07%
G 107 of 305 ~ 35.08%
B 149 of 305 ~ 48.85'%

%16.07
%35.08
%48.85

CMYK color model

#316B95 color CMYK value is (67,28,0,42).

  • cyan value is 67.11%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (67,28,0,42)
C67M28Y0K42 (67%, 28%, 0%, 42%)
(0.67 / 0.28 / 0.00 / 0.42)

CMYK percentages

%67.11
%28.19
%0
%41.57

Codes

Color #316B95 in popluar color models

31 6B 95
RGB 49 107 149
HSL 205° 50.51% 38.82%
HSB/HSV 205° 67.11% 58.43%
CMYK 67.11% 28.19% 0.00%
41.57%

Color #316B95 in popluar number systems.

HEX 31 6B 95
Decimal 49 107 149
Binary 110001 1101011 10010101
Octal 61 153 225

Shades and tints

Shades of #316B95

#316B95
(49,107,149)
#2D6288
(45,98,136)
#29597B
(41,89,123)
#25506E
(37,80,110)
#214761
(33,71,97)
#1D3E54
(29,62,84)
#193547
(25,53,71)
#152C3A
(21,44,58)
#11232D
(17,35,45)
#0D1A20
(13,26,32)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #316B95

#316B95
(49,107,149)
#43789E
(67,120,158)
#5585A7
(85,133,167)
#6792B0
(103,146,176)
#799FB9
(121,159,185)
#8BACC2
(139,172,194)
#9DB9CB
(157,185,203)
#AFC6D4
(175,198,212)
#C1D3DD
(193,211,221)
#D3E0E6
(211,224,230)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316B95 color. Also use rgb(49,107,149) instead hex code.

Text Font Color

.myTextColor { color: #316B95; }

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

This text font color is #316B95.

Background Color

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

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

This div background color is #316B95.

Border color

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

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

This div border color is #316B95.

Opacity

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

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

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

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

This text has shadow with #316B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #316B95.

Preview

Color preview on black background

This text has color #316B95 on black background.


Color preview on white background

This text has color #316B95 on white background.


Black color preview on #316B95 background

This text has black color on #316B95 background.


White color preview on #316B95 background

This text has white color on #316B95 background.


Related colors

Complementary color

Complementary color for #hex is #CE946A.


I love getcolorcode.com

Triadic colors

1 #95316B and #6B9531 with #316B95 are triadic colors.

2 #956B31 and #6B3195 with #316B95 are triadic colors.