COLOR #316EBC

HEX: #316EBC RGB: (49,110,188)

Color info

#316EBC contains mainly blue color. Web safe color of #316EBC is #3366CC (or #36C).

RGB color model

#316EBC color RGB value is (49,110,188).

RGB: (49,110,188) (19%, 43%, 74%)

RGB channels and saturation

R 49 of 255 = 19%
G 110 of 255 = 43%
B 188 of 255 = 74%

49
110
188

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

Portions of RGB colors in percentages

R + G + B = 49 + 110 + 188 = 347 (100%)
R 49 of 347 ~ 14.12%
G 110 of 347 ~ 31.7%
B 188 of 347 ~ 54.18'%

%14.12
%31.7
%54.18

CMYK color model

#316EBC color CMYK value is (74,41,0,26).

  • cyan value is 73.94%
  • magenta value is 41.49%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (74,41,0,26) C74M41Y0K26 (74%,41%,0%,26%) (0.74/0.41/0.00/0.26) 

CMYK percentages

%73.94
%41.49
%0
%26.27

Codes

Color #316EBC in popluar color models

31 6E BC
RGB 49 110 188
HSL 214° 58.65% 46.47%
HSB/HSV 214° 73.94% 73.73%
CMYK 73.94% 41.49% 0.00%
26.27%

Color #316EBC in popluar number systems.

HEX 31 6E BC
Decimal 49 110 188
Binary 110001 1101110 10111100
Octal 61 156 274

Shades and tints

Shades of #316EBC

#316EBC
(49,110,188)
#2D64AB
(45,100,171)
#295A9A
(41,90,154)
#255089
(37,80,137)
#214678
(33,70,120)
#1D3C67
(29,60,103)
#193256
(25,50,86)
#152845
(21,40,69)
#111E34
(17,30,52)
#0D1423
(13,20,35)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #316EBC

#316EBC
(49,110,188)
#437BC2
(67,123,194)
#5588C8
(85,136,200)
#6795CE
(103,149,206)
#79A2D4
(121,162,212)
#8BAFDA
(139,175,218)
#9DBCE0
(157,188,224)
#AFC9E6
(175,201,230)
#C1D6EC
(193,214,236)
#D3E3F2
(211,227,242)
#E5F0F8
(229,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316EBC; }

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

This text font color is #316EBC.

Background Color

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

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

This div background color is #316EBC.

Border color

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

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

This div border color is #316EBC.

Opacity

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

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

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

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

This text has shadow with #316EBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #316EBC.

Preview

Color preview on black background

This text has color #316EBC on black background.


Color preview on white background

This text has color #316EBC on white background.


Black color preview on #316EBC background

This text has black color on #316EBC background.


White color preview on #316EBC background

This text has white color on #316EBC background.


Related colors

Complementary color

Complementary color for #hex is #CE9143.


I love getcolorcode.com

Triadic colors

1 #BC316E and #6EBC31 with #316EBC are triadic colors.

2 #BC6E31 and #6E31BC with #316EBC are triadic colors.