Shades of Egyptian Blue #202F96
Tints of Egyptian Blue #202F96
RGB
CMYK
RGB Variations
Color information
#202F96 (or 0x202F96) is known color: Egyptian Blue. HEX triplet: 20, 2F and 96. RGB value is (32,47,150). Sum of RGB (Red+Green+Blue) = 32+47+150=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #202F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F96 is #DFD069. Grayscale: #353535. Windows color (decimal): -14667882 or 9842464. OLE color: 9842464.
HSL color Cylindrical-coordinate representation of color #202F96: hue angle of 232.37º 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 #202F96 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 47 | 150 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.41 |
| HSL | 232.37º | 0.65% | 0.36% | - |
| HSV(B) | 232.37º | 0.79% | 0.59% | - |
| XYZ | 7.12 | 4.54 | 29.36 | - |
| YUV | 54.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 150 | 0.79 | 0.69 | 0 | 0.41 | 232.37 | 0.65 | 0.36 |
| Hex | 20 | 2F | 96 | 4F | 45 | 0 | 29 | E8 | 41 | 24 |
| Octal | 40 | 57 | 226 | 117 | 105 | 0 | 51 | 350 | 101 | 44 |
| Binary | 100000 | 101111 | 10010110 | 1001111 | 1000101 | 0 | 101001 | 11101000 | 1000001 | 100100 |
Color Harmonies of #202F96
Complementary color
Monochromatic Colors of #202F96
Black with #202F96
Text Example
Text Example
White with #202F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F96; }
p { color: rgb(32,47,150); }
H1.HeaderClassName
{
color: #202F96;
}
.AnyTagClassName
{
color: #202F96;
}
</style>
background-color css
<style>
a { background-color: #202F96; }
a { background-color: rgb(32,47,150); }
div.DivClassName
{
background-color: #202F96;
}
.BgClassName
{
background-color: #202F96;
}
</style>
border-color css
<style>
span { border-color: #202F96; }
span { border-color: rgb(32,47,150); }
td.TdClassName
{
border-color: #202F96;
}
.TagClassName
{
border-color: #202F96;
}
</style>