Shades of Egyptian Blue #202598
Tints of Egyptian Blue #202598
RGB
CMYK
RGB Variations
Color information
#202598 (or 0x202598) is known color: Egyptian Blue. HEX triplet: 20, 25 and 98. RGB value is (32,37,152). Sum of RGB (Red+Green+Blue) = 32+37+152=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #202598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202598 is #DFDA67. Grayscale: #303030. Windows color (decimal): -14670440 or 9970976. OLE color: 9970976.
HSL color Cylindrical-coordinate representation of color #202598: hue angle of 237.5º 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 #202598 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 37 | 152 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.40 |
| HSL | 237.5º | 0.65% | 0.36% | - |
| HSV(B) | 237.5º | 0.79% | 0.6% | - |
| XYZ | 6.92 | 3.9 | 30.09 | - |
| YUV | 48.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 152 | 0.79 | 0.76 | 0 | 0.40 | 237.5 | 0.65 | 0.36 |
| Hex | 20 | 25 | 98 | 4F | 4C | 0 | 28 | EE | 41 | 24 |
| Octal | 40 | 45 | 230 | 117 | 114 | 0 | 50 | 356 | 101 | 44 |
| Binary | 100000 | 100101 | 10011000 | 1001111 | 1001100 | 0 | 101000 | 11101110 | 1000001 | 100100 |
Color Harmonies of #202598
Complementary color
Monochromatic Colors of #202598
Black with #202598
Text Example
Text Example
White with #202598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202598; }
p { color: rgb(32,37,152); }
H1.HeaderClassName
{
color: #202598;
}
.AnyTagClassName
{
color: #202598;
}
</style>
background-color css
<style>
a { background-color: #202598; }
a { background-color: rgb(32,37,152); }
div.DivClassName
{
background-color: #202598;
}
.BgClassName
{
background-color: #202598;
}
</style>
border-color css
<style>
span { border-color: #202598; }
span { border-color: rgb(32,37,152); }
td.TdClassName
{
border-color: #202598;
}
.TagClassName
{
border-color: #202598;
}
</style>