COLOR #315794

HEX: #315794
RGB: (49,87,148)

Color info

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

RGB color model

#315794 color RGB value is (49,87,148).

  • red value is 49;
  • green value is 87;
  • blue value is 148.
RGB:
(49,87,148)
(19%,34%,58%)

RGB channels and saturation

R 49 of 255 = 19%
G 87 of 255 = 34%
B 148 of 255 = 58%

49
87
148

R + G + B ~ 37%. #315794 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 87 + 148 = 284 (100%)
R 49 of 284 ~ 17.25%
G 87 of 284 ~ 30.63%
B 148 of 284 ~ 52.11%

%17.25
%30.63
%52.11

CMYK color model

#315794 color CMYK value is (67,41,0,42).

  • cyan value is 66.89%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(67,41,0,42)
C67M41Y0K42 
(67%,41%,0%,42%)
(0.67/0.41/0.00/0.42)	

CMYK percentages

%66.89
%41.22
%0
%41.96

Codes

Color #315794 in popluar color models

315794
RGB4987148
HSL217°50.25%38.63%
HSB/HSV217°66.89%58.04%
CMYK66.89%41.22%0.00%
41.96%

Color #315794 in popluar number systems.

HEX315794
Decimal4987148
Binary110001101011110010100
Octal61127224

Shades and tints

Shades of #315794

#315794
(49,87,148)
#2D5087
(45,80,135)
#29497A
(41,73,122)
#25426D
(37,66,109)
#213B60
(33,59,96)
#1D3453
(29,52,83)
#192D46
(25,45,70)
#152639
(21,38,57)
#111F2C
(17,31,44)
#0D181F
(13,24,31)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #315794

#315794
(49,87,148)
#43669D
(67,102,157)
#5575A6
(85,117,166)
#6784AF
(103,132,175)
#7993B8
(121,147,184)
#8BA2C1
(139,162,193)
#9DB1CA
(157,177,202)
#AFC0D3
(175,192,211)
#C1CFDC
(193,207,220)
#D3DEE5
(211,222,229)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315794 color. Also use rgb(49,87,148) instead hex code.

Text Font Color

.myTextColor { color: #315794; }

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

This text font color is #315794.


Background Color

.myBgColor { background-color: #315794; }

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

This div background color is #315794.


Border color

.myBorderColor { border: 1px solid #315794; }

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

This div border color is #315794.


Opacity

.myOpacity80 { color: #315794; opacity: 0.8; }

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

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

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

This text has shadow with #315794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315794 on black background.


Color preview on white background

This text has color #315794 on white background.



Black color preview on #315794 background

This text has black color on #315794 background.


White color preview on #315794 background

This text has white color on #315794 background.