Shades of Egyptian Blue #202E8E
Tints of Egyptian Blue #202E8E
RGB
CMYK
RGB Variations
Color information
#202E8E (or 0x202E8E) is known color: Egyptian Blue. HEX triplet: 20, 2E and 8E. RGB value is (32,46,142). Sum of RGB (Red+Green+Blue) = 32+46+142=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #202E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E8E is #DFD171. Grayscale: #343434. Windows color (decimal): -14668146 or 9317920. OLE color: 9317920.
HSL color Cylindrical-coordinate representation of color #202E8E: hue angle of 232.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202E8E is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 46 | 142 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.44 |
| HSL | 232.36º | 0.63% | 0.34% | - |
| HSV(B) | 232.36º | 0.77% | 0.56% | - |
| XYZ | 6.46 | 4.21 | 26.06 | - |
| YUV | 52.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 142 | 0.77 | 0.68 | 0 | 0.44 | 232.36 | 0.63 | 0.34 |
| Hex | 20 | 2E | 8E | 4D | 44 | 0 | 2C | E8 | 3F | 22 |
| Octal | 40 | 56 | 216 | 115 | 104 | 0 | 54 | 350 | 77 | 42 |
| Binary | 100000 | 101110 | 10001110 | 1001101 | 1000100 | 0 | 101100 | 11101000 | 111111 | 100010 |
Color Harmonies of #202E8E
Complementary color
Monochromatic Colors of #202E8E
Black with #202E8E
Text Example
Text Example
White with #202E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E8E; }
p { color: rgb(32,46,142); }
H1.HeaderClassName
{
color: #202E8E;
}
.AnyTagClassName
{
color: #202E8E;
}
</style>
background-color css
<style>
a { background-color: #202E8E; }
a { background-color: rgb(32,46,142); }
div.DivClassName
{
background-color: #202E8E;
}
.BgClassName
{
background-color: #202E8E;
}
</style>
border-color css
<style>
span { border-color: #202E8E; }
span { border-color: rgb(32,46,142); }
td.TdClassName
{
border-color: #202E8E;
}
.TagClassName
{
border-color: #202E8E;
}
</style>