COLOR #315A85

HEX: #315A85
RGB: (49,90,133)

Color info

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

RGB color model

#315A85 color RGB value is (49,90,133).

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

RGB channels and saturation

R 49 of 255 = 19%
G 90 of 255 = 35%
B 133 of 255 = 52%

49
90
133

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

Portions of RGB colors in percentages

R + G + B =
49 + 90 + 133 = 272 (100%)
R 49 of 272 ~ 18.01%
G 90 of 272 ~ 33.09%
B 133 of 272 ~ 48.9%

%18.01
%33.09
%48.9

CMYK color model

#315A85 color CMYK value is (63,32,0,48).

  • cyan value is 63.16%
  • magenta value is 32.33%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(63,32,0,48)
C63M32Y0K48 
(63%,32%,0%,48%)
(0.63/0.32/0.00/0.48)	

CMYK percentages

%63.16
%32.33
%0
%47.84

Codes

Color #315A85 in popluar color models

315A85
RGB4990133
HSL211°46.15%35.69%
HSB/HSV211°63.16%52.16%
CMYK63.16%32.33%0.00%
47.84%

Color #315A85 in popluar number systems.

HEX315A85
Decimal4990133
Binary110001101101010000101
Octal61132205

Shades and tints

Shades of #315A85

#315A85
(49,90,133)
#2D5279
(45,82,121)
#294A6D
(41,74,109)
#254261
(37,66,97)
#213A55
(33,58,85)
#1D3249
(29,50,73)
#192A3D
(25,42,61)
#152231
(21,34,49)
#111A25
(17,26,37)
#0D1219
(13,18,25)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #315A85

#315A85
(49,90,133)
#436990
(67,105,144)
#55789B
(85,120,155)
#6787A6
(103,135,166)
#7996B1
(121,150,177)
#8BA5BC
(139,165,188)
#9DB4C7
(157,180,199)
#AFC3D2
(175,195,210)
#C1D2DD
(193,210,221)
#D3E1E8
(211,225,232)
#E5F0F3
(229,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315A85; }

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

This text font color is #315A85.


Background Color

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

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

This div background color is #315A85.


Border color

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

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

This div border color is #315A85.


Opacity

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

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

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

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

This text has shadow with #315A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315A85 on black background.


Color preview on white background

This text has color #315A85 on white background.



Black color preview on #315A85 background

This text has black color on #315A85 background.


White color preview on #315A85 background

This text has white color on #315A85 background.