COLOR #315C78

HEX: #315C78 RGB: (49,92,120)

Color info

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

RGB color model

#315C78 color RGB value is (49,92,120).

RGB: (49,92,120) (19%, 36%, 47%)

RGB channels and saturation

R 49 of 255 = 19%
G 92 of 255 = 36%
B 120 of 255 = 47%

49
92
120

R + G + B ~ 34%. #315C78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 92 + 120 = 261 (100%)
R 49 of 261 ~ 18.77%
G 92 of 261 ~ 35.25%
B 120 of 261 ~ 45.98'%

%18.77
%35.25
%45.98

CMYK color model

#315C78 color CMYK value is (59,23,0,53).

  • cyan value is 59.17%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (59,23,0,53)
C59M23Y0K53 (59%, 23%, 0%, 53%)
(0.59 / 0.23 / 0.00 / 0.53)

CMYK percentages

%59.17
%23.33
%0
%52.94

Codes

Color #315C78 in popluar color models

31 5C 78
RGB 49 92 120
HSL 204° 42.01% 33.14%
HSB/HSV 204° 59.17% 47.06%
CMYK 59.17% 23.33% 0.00%
52.94%

Color #315C78 in popluar number systems.

HEX 31 5C 78
Decimal 49 92 120
Binary 110001 1011100 1111000
Octal 61 134 170

Shades and tints

Shades of #315C78

#315C78
(49,92,120)
#2D546E
(45,84,110)
#294C64
(41,76,100)
#25445A
(37,68,90)
#213C50
(33,60,80)
#1D3446
(29,52,70)
#192C3C
(25,44,60)
#152432
(21,36,50)
#111C28
(17,28,40)
#0D141E
(13,20,30)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #315C78

#315C78
(49,92,120)
#436A84
(67,106,132)
#557890
(85,120,144)
#67869C
(103,134,156)
#7994A8
(121,148,168)
#8BA2B4
(139,162,180)
#9DB0C0
(157,176,192)
#AFBECC
(175,190,204)
#C1CCD8
(193,204,216)
#D3DAE4
(211,218,228)
#E5E8F0
(229,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315C78 color. Also use rgb(49,92,120) instead hex code.

Text Font Color

.myTextColor { color: #315C78; }

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

This text font color is #315C78.

Background Color

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

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

This div background color is #315C78.

Border color

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

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

This div border color is #315C78.

Opacity

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

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

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

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

This text has shadow with #315C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315C78.

Preview

Color preview on black background

This text has color #315C78 on black background.


Color preview on white background

This text has color #315C78 on white background.


Black color preview on #315C78 background

This text has black color on #315C78 background.


White color preview on #315C78 background

This text has white color on #315C78 background.


Related colors

Complementary color

Complementary color for #hex is #CEA387.


I love getcolorcode.com

Triadic colors

1 #78315C and #5C7831 with #315C78 are triadic colors.

2 #785C31 and #5C3178 with #315C78 are triadic colors.