COLOR #204DAA

HEX: #204DAA
RGB: (32,77,170)

Color info

#204DAA contains mainly blue color. Web safe color of #204DAA is #333399 (or #339).

RGB color model

#204DAA color RGB value is (32,77,170).

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

RGB channels and saturation

R 32 of 255 = 13%
G 77 of 255 = 30%
B 170 of 255 = 67%

32
77
170

R + G + B ~ 37%. #204DAA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 77 + 170 = 279 (100%)
R 32 of 279 ~ 11.47%
G 77 of 279 ~ 27.6%
B 170 of 279 ~ 60.93%

%11.47
%27.6
%60.93

CMYK color model

#204DAA color CMYK value is (81,55,0,33).

  • cyan value is 81.18%
  • magenta value is 54.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(81,55,0,33)
C81M55Y0K33 
(81%,55%,0%,33%)
(0.81/0.55/0.00/0.33)	

CMYK percentages

%81.18
%54.71
%0
%33.33

Codes

Color #204DAA in popluar color models

204DAA
RGB3277170
HSL220°68.32%39.61%
HSB/HSV220°81.18%66.67%
CMYK81.18%54.71%0.00%
33.33%

Color #204DAA in popluar number systems.

HEX204DAA
Decimal3277170
Binary100000100110110101010
Octal40115252

Shades and tints

Shades of #204DAA

#204DAA
(32,77,170)
#1E469B
(30,70,155)
#1C3F8C
(28,63,140)
#1A387D
(26,56,125)
#18316E
(24,49,110)
#162A5F
(22,42,95)
#142350
(20,35,80)
#121C41
(18,28,65)
#101532
(16,21,50)
#0E0E23
(14,14,35)
#0C0714
(12,7,20)
#000000
(0,0,0)

Tints of #204DAA

#204DAA
(32,77,170)
#345DB1
(52,93,177)
#486DB8
(72,109,184)
#5C7DBF
(92,125,191)
#708DC6
(112,141,198)
#849DCD
(132,157,205)
#98ADD4
(152,173,212)
#ACBDDB
(172,189,219)
#C0CDE2
(192,205,226)
#D4DDE9
(212,221,233)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #204DAA; }

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

This text font color is #204DAA.


Background Color

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

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

This div background color is #204DAA.


Border color

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

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

This div border color is #204DAA.


Opacity

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

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

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

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

This text has shadow with #204DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #204DAA on black background.


Color preview on white background

This text has color #204DAA on white background.



Black color preview on #204DAA background

This text has black color on #204DAA background.


White color preview on #204DAA background

This text has white color on #204DAA background.