Shades of Egyptian Blue #204698
Tints of Egyptian Blue #204698
RGB
CMYK
RGB Variations
Color information
#204698 (or 0x204698) is known color: Egyptian Blue. HEX triplet: 20, 46 and 98. RGB value is (32,70,152). Sum of RGB (Red+Green+Blue) = 32+70+152=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #204698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204698 is #DFB967. Grayscale: #434343. Windows color (decimal): -14661992 or 9979424. OLE color: 9979424.
HSL color Cylindrical-coordinate representation of color #204698: hue angle of 221º 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 #204698 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 70 | 152 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.40 |
| HSL | 221º | 0.65% | 0.36% | - |
| HSV(B) | 221º | 0.79% | 0.6% | - |
| XYZ | 8.45 | 6.95 | 30.6 | - |
| YUV | 67.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 152 | 0.79 | 0.54 | 0 | 0.40 | 221 | 0.65 | 0.36 |
| Hex | 20 | 46 | 98 | 4F | 36 | 0 | 28 | DD | 41 | 24 |
| Octal | 40 | 106 | 230 | 117 | 66 | 0 | 50 | 335 | 101 | 44 |
| Binary | 100000 | 1000110 | 10011000 | 1001111 | 110110 | 0 | 101000 | 11011101 | 1000001 | 100100 |
Color Harmonies of #204698
Complementary color
Monochromatic Colors of #204698
Black with #204698
Text Example
Text Example
White with #204698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204698; }
p { color: rgb(32,70,152); }
H1.HeaderClassName
{
color: #204698;
}
.AnyTagClassName
{
color: #204698;
}
</style>
background-color css
<style>
a { background-color: #204698; }
a { background-color: rgb(32,70,152); }
div.DivClassName
{
background-color: #204698;
}
.BgClassName
{
background-color: #204698;
}
</style>
border-color css
<style>
span { border-color: #204698; }
span { border-color: rgb(32,70,152); }
td.TdClassName
{
border-color: #204698;
}
.TagClassName
{
border-color: #204698;
}
</style>