COLOR #20365B

HEX: #20365B RGB: (32,54,91)

Color info

#20365B contains red, green and blue colors in about the same proportion. Web safe color of #20365B is #333366 (or #336).

RGB color model

#20365B color RGB value is (32,54,91).

RGB: (32,54,91) (13%, 21%, 36%)

RGB channels and saturation

R 32 of 255 = 13%
G 54 of 255 = 21%
B 91 of 255 = 36%

32
54
91

R + G + B ~ 23%. #20365B is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 54 + 91 = 177 (100%)
R 32 of 177 ~ 18.08%
G 54 of 177 ~ 30.51%
B 91 of 177 ~ 51.41'%

%18.08
%30.51
%51.41

CMYK color model

#20365B color CMYK value is (65,41,0,64).

  • cyan value is 64.84%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (65,41,0,64)
C65M41Y0K64 (65%, 41%, 0%, 64%)
(0.65 / 0.41 / 0.00 / 0.64)

CMYK percentages

%64.84
%40.66
%0
%64.31

Codes

Color #20365B in popluar color models

20 36 5B
RGB 32 54 91
HSL 218° 47.97% 24.12%
HSB/HSV 218° 64.84% 35.69%
CMYK 64.84% 40.66% 0.00%
64.31%

Color #20365B in popluar number systems.

HEX 20 36 5B
Decimal 32 54 91
Binary 100000 110110 1011011
Octal 40 66 133

Shades and tints

Shades of #20365B

#20365B
(32,54,91)
#1E3253
(30,50,83)
#1C2E4B
(28,46,75)
#1A2A43
(26,42,67)
#18263B
(24,38,59)
#162233
(22,34,51)
#141E2B
(20,30,43)
#121A23
(18,26,35)
#10161B
(16,22,27)
#0E1213
(14,18,19)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #20365B

#20365B
(32,54,91)
#344869
(52,72,105)
#485A77
(72,90,119)
#5C6C85
(92,108,133)
#707E93
(112,126,147)
#8490A1
(132,144,161)
#98A2AF
(152,162,175)
#ACB4BD
(172,180,189)
#C0C6CB
(192,198,203)
#D4D8D9
(212,216,217)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20365B color. Also use rgb(32,54,91) instead hex code.

Text Font Color

.myTextColor { color: #20365B; }

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

This text font color is #20365B.

Background Color

.myBgColor { background-color: #20365B; }

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

This div background color is #20365B.

Border color

.myBorderColor { border: 1px solid #20365B; }

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

This div border color is #20365B.

Opacity

.myOpacity80 { color: #20365B; opacity: 0.8; }

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

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

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

This text has shadow with #20365B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20365B.

Preview

Color preview on black background

This text has color #20365B on black background.


Color preview on white background

This text has color #20365B on white background.


Black color preview on #20365B background

This text has black color on #20365B background.


White color preview on #20365B background

This text has white color on #20365B background.


Related colors

Complementary color

Complementary color for #hex is #DFC9A4.


I love getcolorcode.com

Triadic colors

1 #5B2036 and #365B20 with #20365B are triadic colors.

2 #5B3620 and #36205B with #20365B are triadic colors.