Shades of Egyptian Blue #204496
Tints of Egyptian Blue #204496
RGB
CMYK
RGB Variations
Color information
#204496 (or 0x204496) is known color: Egyptian Blue. HEX triplet: 20, 44 and 96. RGB value is (32,68,150). Sum of RGB (Red+Green+Blue) = 32+68+150=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #204496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204496 is #DFBB69. Grayscale: #424242. Windows color (decimal): -14662506 or 9847840. OLE color: 9847840.
HSL color Cylindrical-coordinate representation of color #204496: hue angle of 221.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204496 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 68 | 150 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.41 |
| HSL | 221.69º | 0.65% | 0.36% | - |
| HSV(B) | 221.69º | 0.79% | 0.59% | - |
| XYZ | 8.17 | 6.64 | 29.71 | - |
| YUV | 66.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 150 | 0.79 | 0.55 | 0 | 0.41 | 221.69 | 0.65 | 0.36 |
| Hex | 20 | 44 | 96 | 4F | 37 | 0 | 29 | DE | 41 | 24 |
| Octal | 40 | 104 | 226 | 117 | 67 | 0 | 51 | 336 | 101 | 44 |
| Binary | 100000 | 1000100 | 10010110 | 1001111 | 110111 | 0 | 101001 | 11011110 | 1000001 | 100100 |
Color Harmonies of #204496
Complementary color
Monochromatic Colors of #204496
Black with #204496
Text Example
Text Example
White with #204496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204496; }
p { color: rgb(32,68,150); }
H1.HeaderClassName
{
color: #204496;
}
.AnyTagClassName
{
color: #204496;
}
</style>
background-color css
<style>
a { background-color: #204496; }
a { background-color: rgb(32,68,150); }
div.DivClassName
{
background-color: #204496;
}
.BgClassName
{
background-color: #204496;
}
</style>
border-color css
<style>
span { border-color: #204496; }
span { border-color: rgb(32,68,150); }
td.TdClassName
{
border-color: #204496;
}
.TagClassName
{
border-color: #204496;
}
</style>