#204AA1

Color #204AA1 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #204AA1

Tints of Egyptian Blue #204AA1

Color information

#204AA1 (or 0x204AA1) is unknown color: approx Egyptian Blue. HEX triplet: 20, 4A and A1. RGB value is (32,74,161). Sum of RGB (Red+Green+Blue) = 32+74+161=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 161 (63.28% from 255 or 60.30% from 267); Max value from RGB is 161 - color contains mainly: blue. Hex color #204AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AA1 is #DFB55E. Grayscale: #464646. Windows color (decimal): -14660959 or 10570272. OLE color: 10570272.

HSL color Cylindrical-coordinate representation of color #204AA1: hue angle of 220.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #204AA1 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3274161-
CMYK0.800.5400.37
HSL220.47º66.84%37.84%-
HSV(B)220.47º80.12%63.14%-
XYZ9.487.7834.72-
YUV71.36178.5999.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 161 (63.28% from 255) = 60.30%
R=11.99%
G=27.72%
B=60.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32741610.800.5400.37220.4766.8437.84
Hex204AA15036025dc4326
Octal401122411206604533410346
Binary10000010010101010000110100001101100100101110111001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204AA1; }

 p { color: rgb(32,74,161); }

 H1.HeaderClassName
 {
   color: #204AA1;
 }
 .AnyTagClassName
 {
   color: #204AA1;
 }
</style>
background-color css

<style>
 a { background-color: #204AA1; }

 a { background-color: rgb(32,74,161); }

 div.DivClassName
 {
   background-color: #204AA1;
 }
 .BgClassName
 {
   background-color: #204AA1;
 }
</style>
border-color css

<style>
 span { border-color: #204AA1; }

 span { border-color: rgb(32,74,161); }

 td.TdClassName
 {
   border-color: #204AA1;
 }
 .TagClassName
 {
   border-color: #204AA1;
 }
</style>