COLOR #315A80

HEX: #315A80 RGB: (49,90,128)

Color info

#315A80 contains mainly green and blue colors. Web safe color of #315A80 is #336666 (or #366).

RGB color model

#315A80 color RGB value is (49,90,128).

RGB: (49,90,128) (19%, 35%, 50%)

RGB channels and saturation

R 49 of 255 = 19%
G 90 of 255 = 35%
B 128 of 255 = 50%

49
90
128

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

Portions of RGB colors in percentages

R + G + B = 49 + 90 + 128 = 267 (100%)
R 49 of 267 ~ 18.35%
G 90 of 267 ~ 33.71%
B 128 of 267 ~ 47.94'%

%18.35
%33.71
%47.94

CMYK color model

#315A80 color CMYK value is (62,30,0,50).

  • cyan value is 61.72%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (62,30,0,50)
C62M30Y0K50 (62%, 30%, 0%, 50%)
(0.62 / 0.30 / 0.00 / 0.50)

CMYK percentages

%61.72
%29.69
%0
%49.8

Codes

Color #315A80 in popluar color models

31 5A 80
RGB 49 90 128
HSL 209° 44.63% 34.71%
HSB/HSV 209° 61.72% 50.20%
CMYK 61.72% 29.69% 0.00%
49.80%

Color #315A80 in popluar number systems.

HEX 31 5A 80
Decimal 49 90 128
Binary 110001 1011010 10000000
Octal 61 132 200

Shades and tints

Shades of #315A80

#315A80
(49,90,128)
#2D5275
(45,82,117)
#294A6A
(41,74,106)
#25425F
(37,66,95)
#213A54
(33,58,84)
#1D3249
(29,50,73)
#192A3E
(25,42,62)
#152233
(21,34,51)
#111A28
(17,26,40)
#0D121D
(13,18,29)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #315A80

#315A80
(49,90,128)
#43698B
(67,105,139)
#557896
(85,120,150)
#6787A1
(103,135,161)
#7996AC
(121,150,172)
#8BA5B7
(139,165,183)
#9DB4C2
(157,180,194)
#AFC3CD
(175,195,205)
#C1D2D8
(193,210,216)
#D3E1E3
(211,225,227)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315A80; }

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

This text font color is #315A80.

Background Color

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

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

This div background color is #315A80.

Border color

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

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

This div border color is #315A80.

Opacity

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

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

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

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

This text has shadow with #315A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315A80.

Preview

Color preview on black background

This text has color #315A80 on black background.


Color preview on white background

This text has color #315A80 on white background.


Black color preview on #315A80 background

This text has black color on #315A80 background.


White color preview on #315A80 background

This text has white color on #315A80 background.


Related colors

Complementary color

Complementary color for #hex is #CEA57F.


I love getcolorcode.com

Triadic colors

1 #80315A and #5A8031 with #315A80 are triadic colors.

2 #805A31 and #5A3180 with #315A80 are triadic colors.