COLOR #315EA6

HEX: #315EA6
RGB: (49,94,166)

Color info

#315EA6 contains mainly blue color. Web safe color of #315EA6 is #336699 (or #369).

RGB color model

#315EA6 color RGB value is (49,94,166).

  • red value is 49;
  • green value is 94;
  • blue value is 166.
RGB:
(49,94,166)
(19%,37%,65%)

RGB channels and saturation

R 49 of 255 = 19%
G 94 of 255 = 37%
B 166 of 255 = 65%

49
94
166

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

Portions of RGB colors in percentages

R + G + B =
49 + 94 + 166 = 309 (100%)
R 49 of 309 ~ 15.86%
G 94 of 309 ~ 30.42%
B 166 of 309 ~ 53.72%

%15.86
%30.42
%53.72

CMYK color model

#315EA6 color CMYK value is (70,43,0,35).

  • cyan value is 70.48%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(70,43,0,35)
C70M43Y0K35 
(70%,43%,0%,35%)
(0.70/0.43/0.00/0.35)	

CMYK percentages

%70.48
%43.37
%0
%34.9

Codes

Color #315EA6 in popluar color models

315EA6
RGB4994166
HSL217°54.42%42.16%
HSB/HSV217°70.48%65.10%
CMYK70.48%43.37%0.00%
34.90%

Color #315EA6 in popluar number systems.

HEX315EA6
Decimal4994166
Binary110001101111010100110
Octal61136246

Shades and tints

Shades of #315EA6

#315EA6
(49,94,166)
#2D5697
(45,86,151)
#294E88
(41,78,136)
#254679
(37,70,121)
#213E6A
(33,62,106)
#1D365B
(29,54,91)
#192E4C
(25,46,76)
#15263D
(21,38,61)
#111E2E
(17,30,46)
#0D161F
(13,22,31)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #315EA6

#315EA6
(49,94,166)
#436CAE
(67,108,174)
#557AB6
(85,122,182)
#6788BE
(103,136,190)
#7996C6
(121,150,198)
#8BA4CE
(139,164,206)
#9DB2D6
(157,178,214)
#AFC0DE
(175,192,222)
#C1CEE6
(193,206,230)
#D3DCEE
(211,220,238)
#E5EAF6
(229,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315EA6 color. Also use rgb(49,94,166) instead hex code.

Text Font Color

.myTextColor { color: #315EA6; }

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

This text font color is #315EA6.


Background Color

.myBgColor { background-color: #315EA6; }

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

This div background color is #315EA6.


Border color

.myBorderColor { border: 1px solid #315EA6; }

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

This div border color is #315EA6.


Opacity

.myOpacity80 { color: #315EA6; opacity: 0.8; }

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

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

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

This text has shadow with #315EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315EA6 on black background.


Color preview on white background

This text has color #315EA6 on white background.



Black color preview on #315EA6 background

This text has black color on #315EA6 background.


White color preview on #315EA6 background

This text has white color on #315EA6 background.