Shades of Egyptian Blue #202698
Tints of Egyptian Blue #202698
RGB
CMYK
RGB Variations
Color information
#202698 (or 0x202698) is known color: Egyptian Blue. HEX triplet: 20, 26 and 98. RGB value is (32,38,152). Sum of RGB (Red+Green+Blue) = 32+38+152=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #202698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202698 is #DFD967. Grayscale: #303030. Windows color (decimal): -14670184 or 9971232. OLE color: 9971232.
HSL color Cylindrical-coordinate representation of color #202698: hue angle of 237º 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 #202698 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 38 | 152 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.40 |
| HSL | 237º | 0.65% | 0.36% | - |
| HSV(B) | 237º | 0.79% | 0.6% | - |
| XYZ | 6.96 | 3.96 | 30.1 | - |
| YUV | 49.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 152 | 0.79 | 0.75 | 0 | 0.40 | 237 | 0.65 | 0.36 |
| Hex | 20 | 26 | 98 | 4F | 4B | 0 | 28 | ED | 41 | 24 |
| Octal | 40 | 46 | 230 | 117 | 113 | 0 | 50 | 355 | 101 | 44 |
| Binary | 100000 | 100110 | 10011000 | 1001111 | 1001011 | 0 | 101000 | 11101101 | 1000001 | 100100 |
Color Harmonies of #202698
Complementary color
Monochromatic Colors of #202698
Black with #202698
Text Example
Text Example
White with #202698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202698; }
p { color: rgb(32,38,152); }
H1.HeaderClassName
{
color: #202698;
}
.AnyTagClassName
{
color: #202698;
}
</style>
background-color css
<style>
a { background-color: #202698; }
a { background-color: rgb(32,38,152); }
div.DivClassName
{
background-color: #202698;
}
.BgClassName
{
background-color: #202698;
}
</style>
border-color css
<style>
span { border-color: #202698; }
span { border-color: rgb(32,38,152); }
td.TdClassName
{
border-color: #202698;
}
.TagClassName
{
border-color: #202698;
}
</style>