COLOR #20517C

HEX: #20517C RGB: (32,81,124)

Color info

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

RGB color model

#20517C color RGB value is (32,81,124).

RGB: (32,81,124) (13%, 32%, 49%)

RGB channels and saturation

R 32 of 255 = 13%
G 81 of 255 = 32%
B 124 of 255 = 49%

32
81
124

R + G + B ~ 31%. #20517C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 81 + 124 = 237 (100%)
R 32 of 237 ~ 13.5%
G 81 of 237 ~ 34.18%
B 124 of 237 ~ 52.32'%

%13.5
%34.18
%52.32

CMYK color model

#20517C color CMYK value is (74,35,0,51).

  • cyan value is 74.19%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (74,35,0,51)
C74M35Y0K51 (74%, 35%, 0%, 51%)
(0.74 / 0.35 / 0.00 / 0.51)

CMYK percentages

%74.19
%34.68
%0
%51.37

Codes

Color #20517C in popluar color models

20 51 7C
RGB 32 81 124
HSL 208° 58.97% 30.59%
HSB/HSV 208° 74.19% 48.63%
CMYK 74.19% 34.68% 0.00%
51.37%

Color #20517C in popluar number systems.

HEX 20 51 7C
Decimal 32 81 124
Binary 100000 1010001 1111100
Octal 40 121 174

Shades and tints

Shades of #20517C

#20517C
(32,81,124)
#1E4A71
(30,74,113)
#1C4366
(28,67,102)
#1A3C5B
(26,60,91)
#183550
(24,53,80)
#162E45
(22,46,69)
#14273A
(20,39,58)
#12202F
(18,32,47)
#101924
(16,25,36)
#0E1219
(14,18,25)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #20517C

#20517C
(32,81,124)
#346087
(52,96,135)
#486F92
(72,111,146)
#5C7E9D
(92,126,157)
#708DA8
(112,141,168)
#849CB3
(132,156,179)
#98ABBE
(152,171,190)
#ACBAC9
(172,186,201)
#C0C9D4
(192,201,212)
#D4D8DF
(212,216,223)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20517C color. Also use rgb(32,81,124) instead hex code.

Text Font Color

.myTextColor { color: #20517C; }

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

This text font color is #20517C.

Background Color

.myBgColor { background-color: #20517C; }

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

This div background color is #20517C.

Border color

.myBorderColor { border: 1px solid #20517C; }

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

This div border color is #20517C.

Opacity

.myOpacity80 { color: #20517C; opacity: 0.8; }

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

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

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

This text has shadow with #20517C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20517C.

Preview

Color preview on black background

This text has color #20517C on black background.


Color preview on white background

This text has color #20517C on white background.


Black color preview on #20517C background

This text has black color on #20517C background.


White color preview on #20517C background

This text has white color on #20517C background.


Related colors

Complementary color

Complementary color for #hex is #DFAE83.


I love getcolorcode.com

Triadic colors

1 #7C2051 and #517C20 with #20517C are triadic colors.

2 #7C5120 and #51207C with #20517C are triadic colors.