Shades of Egyptian Blue #204499
Tints of Egyptian Blue #204499
RGB
CMYK
RGB Variations
Color information
#204499 (or 0x204499) is known color: Egyptian Blue. HEX triplet: 20, 44 and 99. RGB value is (32,68,153). Sum of RGB (Red+Green+Blue) = 32+68+153=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #204499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204499 is #DFBB66. Grayscale: #424242. Windows color (decimal): -14662503 or 10044448. OLE color: 10044448.
HSL color Cylindrical-coordinate representation of color #204499: hue angle of 222.15º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204499 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 68 | 153 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.4 |
| HSL | 222.15º | 0.65% | 0.36% | - |
| HSV(B) | 222.15º | 0.79% | 0.6% | - |
| XYZ | 8.41 | 6.74 | 30.99 | - |
| YUV | 66.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 153 | 0.79 | 0.56 | 0 | 0.4 | 222.15 | 0.65 | 0.36 |
| Hex | 20 | 44 | 99 | 4F | 38 | 0 | 28 | DE | 41 | 24 |
| Octal | 40 | 104 | 231 | 117 | 70 | 0 | 50 | 336 | 101 | 44 |
| Binary | 100000 | 1000100 | 10011001 | 1001111 | 111000 | 0 | 101000 | 11011110 | 1000001 | 100100 |
Color Harmonies of #204499
Complementary color
Monochromatic Colors of #204499
Black with #204499
Text Example
Text Example
White with #204499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204499; }
p { color: rgb(32,68,153); }
H1.HeaderClassName
{
color: #204499;
}
.AnyTagClassName
{
color: #204499;
}
</style>
background-color css
<style>
a { background-color: #204499; }
a { background-color: rgb(32,68,153); }
div.DivClassName
{
background-color: #204499;
}
.BgClassName
{
background-color: #204499;
}
</style>
border-color css
<style>
span { border-color: #204499; }
span { border-color: rgb(32,68,153); }
td.TdClassName
{
border-color: #204499;
}
.TagClassName
{
border-color: #204499;
}
</style>