Shades of Egyptian Blue #204CA2
Tints of Egyptian Blue #204CA2
RGB
CMYK
RGB Variations
Color information
#204CA2 (or 0x204CA2) is known color: Egyptian Blue. HEX triplet: 20, 4C and A2. RGB value is (32,76,162). Sum of RGB (Red+Green+Blue) = 32+76+162=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #204CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204CA2 is #DFB35D. Grayscale: #484848. Windows color (decimal): -14660446 or 10636320. OLE color: 10636320.
HSL color Cylindrical-coordinate representation of color #204CA2: hue angle of 219.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #204CA2 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 76 | 162 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.36 |
| HSL | 219.69º | 0.67% | 0.38% | - |
| HSV(B) | 219.69º | 0.8% | 0.64% | - |
| XYZ | 9.7 | 8.08 | 35.23 | - |
| YUV | 72.65 | 178.42 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 162 | 0.80 | 0.53 | 0 | 0.36 | 219.69 | 0.67 | 0.38 |
| Hex | 20 | 4C | A2 | 50 | 35 | 0 | 24 | DC | 43 | 26 |
| Octal | 40 | 114 | 242 | 120 | 65 | 0 | 44 | 334 | 103 | 46 |
| Binary | 100000 | 1001100 | 10100010 | 1010000 | 110101 | 0 | 100100 | 11011100 | 1000011 | 100110 |
Color Harmonies of #204CA2
Complementary color
Monochromatic Colors of #204CA2
Black with #204CA2
Text Example
Text Example
White with #204CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CA2; }
p { color: rgb(32,76,162); }
H1.HeaderClassName
{
color: #204CA2;
}
.AnyTagClassName
{
color: #204CA2;
}
</style>
background-color css
<style>
a { background-color: #204CA2; }
a { background-color: rgb(32,76,162); }
div.DivClassName
{
background-color: #204CA2;
}
.BgClassName
{
background-color: #204CA2;
}
</style>
border-color css
<style>
span { border-color: #204CA2; }
span { border-color: rgb(32,76,162); }
td.TdClassName
{
border-color: #204CA2;
}
.TagClassName
{
border-color: #204CA2;
}
</style>