COLOR #315199

HEX: #315199 RGB: (49,81,153)

Color info

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

RGB color model

#315199 color RGB value is (49,81,153).

RGB: (49,81,153) (19%, 32%, 60%)

RGB channels and saturation

R 49 of 255 = 19%
G 81 of 255 = 32%
B 153 of 255 = 60%

49
81
153

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

Portions of RGB colors in percentages

R + G + B = 49 + 81 + 153 = 283 (100%)
R 49 of 283 ~ 17.31%
G 81 of 283 ~ 28.62%
B 153 of 283 ~ 54.06'%

%17.31
%28.62
%54.06

CMYK color model

#315199 color CMYK value is (68,47,0,40).

  • cyan value is 67.97%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (68,47,0,40) C68M47Y0K40 (68%,47%,0%,40%) (0.68/0.47/0.00/0.40) 

CMYK percentages

%67.97
%47.06
%0
%40

Codes

Color #315199 in popluar color models

31 51 99
RGB 49 81 153
HSL 222° 51.49% 39.61%
HSB/HSV 222° 67.97% 60.00%
CMYK 67.97% 47.06% 0.00%
40.00%

Color #315199 in popluar number systems.

HEX 31 51 99
Decimal 49 81 153
Binary 110001 1010001 10011001
Octal 61 121 231

Shades and tints

Shades of #315199

#315199
(49,81,153)
#2D4A8C
(45,74,140)
#29437F
(41,67,127)
#253C72
(37,60,114)
#213565
(33,53,101)
#1D2E58
(29,46,88)
#19274B
(25,39,75)
#15203E
(21,32,62)
#111931
(17,25,49)
#0D1224
(13,18,36)
#090B17
(9,11,23)
#000000
(0,0,0)

Tints of #315199

#315199
(49,81,153)
#4360A2
(67,96,162)
#556FAB
(85,111,171)
#677EB4
(103,126,180)
#798DBD
(121,141,189)
#8B9CC6
(139,156,198)
#9DABCF
(157,171,207)
#AFBAD8
(175,186,216)
#C1C9E1
(193,201,225)
#D3D8EA
(211,216,234)
#E5E7F3
(229,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315199 color. Also use rgb(49,81,153) instead hex code.

Text Font Color

.myTextColor { color: #315199; }

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

This text font color is #315199.

Background Color

.myBgColor { background-color: #315199; }

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

This div background color is #315199.

Border color

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

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

This div border color is #315199.

Opacity

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

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

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

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

This text has shadow with #315199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315199.

Preview

Color preview on black background

This text has color #315199 on black background.


Color preview on white background

This text has color #315199 on white background.


Black color preview on #315199 background

This text has black color on #315199 background.


White color preview on #315199 background

This text has white color on #315199 background.


Related colors

Complementary color

Complementary color for #hex is #CEAE66.


I love getcolorcode.com

Triadic colors

1 #993151 and #519931 with #315199 are triadic colors.

2 #995131 and #513199 with #315199 are triadic colors.