COLOR #204D88

HEX: #204D88
RGB: (32,77,136)

Color info

#204D88 contains mainly green and blue colors. Web safe color of #204D88 is #333399 (or #339).

RGB color model

#204D88 color RGB value is (32,77,136).

  • red value is 32;
  • green value is 77;
  • blue value is 136.
RGB:
(32,77,136)
(13%,30%,53%)

RGB channels and saturation

R 32 of 255 = 13%
G 77 of 255 = 30%
B 136 of 255 = 53%

32
77
136

R + G + B ~ 32%. #204D88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 77 + 136 = 245 (100%)
R 32 of 245 ~ 13.06%
G 77 of 245 ~ 31.43%
B 136 of 245 ~ 55.51%

%13.06
%31.43
%55.51

CMYK color model

#204D88 color CMYK value is (76,43,0,47).

  • cyan value is 76.47%
  • magenta value is 43.38%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(76,43,0,47)
C76M43Y0K47 
(76%,43%,0%,47%)
(0.76/0.43/0.00/0.47)	

CMYK percentages

%76.47
%43.38
%0
%46.67

Codes

Color #204D88 in popluar color models

204D88
RGB3277136
HSL214°61.90%32.94%
HSB/HSV214°76.47%53.33%
CMYK76.47%43.38%0.00%
46.67%

Color #204D88 in popluar number systems.

HEX204D88
Decimal3277136
Binary100000100110110001000
Octal40115210

Shades and tints

Shades of #204D88

#204D88
(32,77,136)
#1E467C
(30,70,124)
#1C3F70
(28,63,112)
#1A3864
(26,56,100)
#183158
(24,49,88)
#162A4C
(22,42,76)
#142340
(20,35,64)
#121C34
(18,28,52)
#101528
(16,21,40)
#0E0E1C
(14,14,28)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #204D88

#204D88
(32,77,136)
#345D92
(52,93,146)
#486D9C
(72,109,156)
#5C7DA6
(92,125,166)
#708DB0
(112,141,176)
#849DBA
(132,157,186)
#98ADC4
(152,173,196)
#ACBDCE
(172,189,206)
#C0CDD8
(192,205,216)
#D4DDE2
(212,221,226)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #204D88 color. Also use rgb(32,77,136) instead hex code.

Text Font Color

.myTextColor { color: #204D88; }

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

This text font color is #204D88.


Background Color

.myBgColor { background-color: #204D88; }

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

This div background color is #204D88.


Border color

.myBorderColor { border: 1px solid #204D88; }

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

This div border color is #204D88.


Opacity

.myOpacity80 { color: #204D88; opacity: 0.8; }

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

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

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

This text has shadow with #204D88 color.

.textShadow {text-shadow: 3px 3px 1px #204D88, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #204D88;
-webkit-box-shadow: 1px 1px 3px 2px #204D88;
box-shadow:1px 1px 3px 2px #204D88;">
Div content here</div>
This div box has shadow with color #204D88.

Preview

Color preview on black background

This text has color #204D88 on black background.


Color preview on white background

This text has color #204D88 on white background.



Black color preview on #204D88 background

This text has black color on #204D88 background.


White color preview on #204D88 background

This text has white color on #204D88 background.