COLOR #204966

HEX: #204966 RGB: (32,73,102)

Color info

#204966 contains mainly green and blue colors. Web safe color of #204966 is #333366 (or #336).

RGB color model

#204966 color RGB value is (32,73,102).

RGB: (32,73,102) (13%, 29%, 40%)

RGB channels and saturation

R 32 of 255 = 13%
G 73 of 255 = 29%
B 102 of 255 = 40%

32
73
102

R + G + B ~ 27%. #204966 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 73 + 102 = 207 (100%)
R 32 of 207 ~ 15.46%
G 73 of 207 ~ 35.27%
B 102 of 207 ~ 49.28'%

%15.46
%35.27
%49.28

CMYK color model

#204966 color CMYK value is (69,28,0,60).

  • cyan value is 68.63%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (69,28,0,60) C69M28Y0K60 (69%,28%,0%,60%) (0.69/0.28/0.00/0.60) 

CMYK percentages

%68.63
%28.43
%0
%60

Codes

Color #204966 in popluar color models

20 49 66
RGB 32 73 102
HSL 205° 52.24% 26.27%
HSB/HSV 205° 68.63% 40.00%
CMYK 68.63% 28.43% 0.00%
60.00%

Color #204966 in popluar number systems.

HEX 20 49 66
Decimal 32 73 102
Binary 100000 1001001 1100110
Octal 40 111 146

Shades and tints

Shades of #204966

#204966
(32,73,102)
#1E435D
(30,67,93)
#1C3D54
(28,61,84)
#1A374B
(26,55,75)
#183142
(24,49,66)
#162B39
(22,43,57)
#142530
(20,37,48)
#121F27
(18,31,39)
#10191E
(16,25,30)
#0E1315
(14,19,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #204966

#204966
(32,73,102)
#345973
(52,89,115)
#486980
(72,105,128)
#5C798D
(92,121,141)
#70899A
(112,137,154)
#8499A7
(132,153,167)
#98A9B4
(152,169,180)
#ACB9C1
(172,185,193)
#C0C9CE
(192,201,206)
#D4D9DB
(212,217,219)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #204966 color. Also use rgb(32,73,102) instead hex code.

Text Font Color

.myTextColor { color: #204966; }

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

This text font color is #204966.

Background Color

.myBgColor { background-color: #204966; }

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

This div background color is #204966.

Border color

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

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

This div border color is #204966.

Opacity

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

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

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

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

This text has shadow with #204966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #204966.

Preview

Color preview on black background

This text has color #204966 on black background.


Color preview on white background

This text has color #204966 on white background.


Black color preview on #204966 background

This text has black color on #204966 background.


White color preview on #204966 background

This text has white color on #204966 background.


Related colors

Complementary color

Complementary color for #hex is #DFB699.


I love getcolorcode.com

Triadic colors

1 #662049 and #496620 with #204966 are triadic colors.

2 #664920 and #492066 with #204966 are triadic colors.