COLOR #204264

HEX: #204264 RGB: (32,66,100)

Color info

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

RGB color model

#204264 color RGB value is (32,66,100).

RGB: (32,66,100) (13%, 26%, 39%)

RGB channels and saturation

R 32 of 255 = 13%
G 66 of 255 = 26%
B 100 of 255 = 39%

32
66
100

R + G + B ~ 26%. #204264 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 66 + 100 = 198 (100%)
R 32 of 198 ~ 16.16%
G 66 of 198 ~ 33.33%
B 100 of 198 ~ 50.51'%

%16.16
%33.33
%50.51

CMYK color model

#204264 color CMYK value is (68,34,0,61).

  • cyan value is 68.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (68,34,0,61)
C68M34Y0K61 (68%, 34%, 0%, 61%)
(0.68 / 0.34 / 0.00 / 0.61)

CMYK percentages

%68
%34
%0
%60.78

Codes

Color #204264 in popluar color models

20 42 64
RGB 32 66 100
HSL 210° 51.52% 25.88%
HSB/HSV 210° 68.00% 39.22%
CMYK 68.00% 34.00% 0.00%
60.78%

Color #204264 in popluar number systems.

HEX 20 42 64
Decimal 32 66 100
Binary 100000 1000010 1100100
Octal 40 102 144

Shades and tints

Shades of #204264

#204264
(32,66,100)
#1E3C5B
(30,60,91)
#1C3652
(28,54,82)
#1A3049
(26,48,73)
#182A40
(24,42,64)
#162437
(22,36,55)
#141E2E
(20,30,46)
#121825
(18,24,37)
#10121C
(16,18,28)
#0E0C13
(14,12,19)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #204264

#204264
(32,66,100)
#345372
(52,83,114)
#486480
(72,100,128)
#5C758E
(92,117,142)
#70869C
(112,134,156)
#8497AA
(132,151,170)
#98A8B8
(152,168,184)
#ACB9C6
(172,185,198)
#C0CAD4
(192,202,212)
#D4DBE2
(212,219,226)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #204264 color. Also use rgb(32,66,100) instead hex code.

Text Font Color

.myTextColor { color: #204264; }

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

This text font color is #204264.

Background Color

.myBgColor { background-color: #204264; }

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

This div background color is #204264.

Border color

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

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

This div border color is #204264.

Opacity

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

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

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

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

This text has shadow with #204264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #204264.

Preview

Color preview on black background

This text has color #204264 on black background.


Color preview on white background

This text has color #204264 on white background.


Black color preview on #204264 background

This text has black color on #204264 background.


White color preview on #204264 background

This text has white color on #204264 background.


Related colors

Complementary color

Complementary color for #hex is #DFBD9B.


I love getcolorcode.com

Triadic colors

1 #642042 and #426420 with #204264 are triadic colors.

2 #644220 and #422064 with #204264 are triadic colors.