COLOR #315A81

HEX: #315A81
RGB: (49,90,129)

Color info

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

RGB color model

#315A81 color RGB value is (49,90,129).

  • red value is 49;
  • green value is 90;
  • blue value is 129.
RGB:
(49,90,129)
(19%,35%,51%)

RGB channels and saturation

R 49 of 255 = 19%
G 90 of 255 = 35%
B 129 of 255 = 51%

49
90
129

R + G + B ~ 35%. #315A81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 90 + 129 = 268 (100%)
R 49 of 268 ~ 18.28%
G 90 of 268 ~ 33.58%
B 129 of 268 ~ 48.13%

%18.28
%33.58
%48.13

CMYK color model

#315A81 color CMYK value is (62,30,0,49).

  • cyan value is 62.02%
  • magenta value is 30.23%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(62,30,0,49)
C62M30Y0K49 
(62%,30%,0%,49%)
(0.62/0.30/0.00/0.49)	

CMYK percentages

%62.02
%30.23
%0
%49.41

Codes

Color #315A81 in popluar color models

315A81
RGB4990129
HSL209°44.94%34.90%
HSB/HSV209°62.02%50.59%
CMYK62.02%30.23%0.00%
49.41%

Color #315A81 in popluar number systems.

HEX315A81
Decimal4990129
Binary110001101101010000001
Octal61132201

Shades and tints

Shades of #315A81

#315A81
(49,90,129)
#2D5276
(45,82,118)
#294A6B
(41,74,107)
#254260
(37,66,96)
#213A55
(33,58,85)
#1D324A
(29,50,74)
#192A3F
(25,42,63)
#152234
(21,34,52)
#111A29
(17,26,41)
#0D121E
(13,18,30)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #315A81

#315A81
(49,90,129)
#43698C
(67,105,140)
#557897
(85,120,151)
#6787A2
(103,135,162)
#7996AD
(121,150,173)
#8BA5B8
(139,165,184)
#9DB4C3
(157,180,195)
#AFC3CE
(175,195,206)
#C1D2D9
(193,210,217)
#D3E1E4
(211,225,228)
#E5F0EF
(229,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315A81 color. Also use rgb(49,90,129) instead hex code.

Text Font Color

.myTextColor { color: #315A81; }

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

This text font color is #315A81.


Background Color

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

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

This div background color is #315A81.


Border color

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

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

This div border color is #315A81.


Opacity

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

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

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

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

This text has shadow with #315A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315A81 on black background.


Color preview on white background

This text has color #315A81 on white background.



Black color preview on #315A81 background

This text has black color on #315A81 background.


White color preview on #315A81 background

This text has white color on #315A81 background.