Shades of Egyptian Blue #202F98
Tints of Egyptian Blue #202F98
RGB
CMYK
RGB Variations
Color information
#202F98 (or 0x202F98) is known color: Egyptian Blue. HEX triplet: 20, 2F and 98. RGB value is (32,47,152). Sum of RGB (Red+Green+Blue) = 32+47+152=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #202F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F98 is #DFD067. Grayscale: #363636. Windows color (decimal): -14667880 or 9973536. OLE color: 9973536.
HSL color Cylindrical-coordinate representation of color #202F98: hue angle of 232.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 #202F98 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 47 | 152 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.40 |
| HSL | 232.5º | 0.65% | 0.36% | - |
| HSV(B) | 232.5º | 0.79% | 0.6% | - |
| XYZ | 7.28 | 4.61 | 30.21 | - |
| YUV | 54.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 152 | 0.79 | 0.69 | 0 | 0.40 | 232.5 | 0.65 | 0.36 |
| Hex | 20 | 2F | 98 | 4F | 45 | 0 | 28 | E8 | 41 | 24 |
| Octal | 40 | 57 | 230 | 117 | 105 | 0 | 50 | 350 | 101 | 44 |
| Binary | 100000 | 101111 | 10011000 | 1001111 | 1000101 | 0 | 101000 | 11101000 | 1000001 | 100100 |
Color Harmonies of #202F98
Complementary color
Monochromatic Colors of #202F98
Black with #202F98
Text Example
Text Example
White with #202F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F98; }
p { color: rgb(32,47,152); }
H1.HeaderClassName
{
color: #202F98;
}
.AnyTagClassName
{
color: #202F98;
}
</style>
background-color css
<style>
a { background-color: #202F98; }
a { background-color: rgb(32,47,152); }
div.DivClassName
{
background-color: #202F98;
}
.BgClassName
{
background-color: #202F98;
}
</style>
border-color css
<style>
span { border-color: #202F98; }
span { border-color: rgb(32,47,152); }
td.TdClassName
{
border-color: #202F98;
}
.TagClassName
{
border-color: #202F98;
}
</style>