Shades of Egyptian Blue #202E9C
Tints of Egyptian Blue #202E9C
RGB
CMYK
RGB Variations
Color information
#202E9C (or 0x202E9C) is known color: Egyptian Blue. HEX triplet: 20, 2E and 9C. RGB value is (32,46,156). Sum of RGB (Red+Green+Blue) = 32+46+156=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #202E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E9C is #DFD163. Grayscale: #353535. Windows color (decimal): -14668132 or 10235424. OLE color: 10235424.
HSL color Cylindrical-coordinate representation of color #202E9C: hue angle of 233.23º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202E9C is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 46 | 156 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.39 |
| HSL | 233.23º | 0.66% | 0.37% | - |
| HSV(B) | 233.23º | 0.79% | 0.61% | - |
| XYZ | 7.57 | 4.66 | 31.95 | - |
| YUV | 54.35 | 185.36 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 156 | 0.79 | 0.71 | 0 | 0.39 | 233.23 | 0.66 | 0.37 |
| Hex | 20 | 2E | 9C | 4F | 47 | 0 | 27 | E9 | 42 | 25 |
| Octal | 40 | 56 | 234 | 117 | 107 | 0 | 47 | 351 | 102 | 45 |
| Binary | 100000 | 101110 | 10011100 | 1001111 | 1000111 | 0 | 100111 | 11101001 | 1000010 | 100101 |
Color Harmonies of #202E9C
Complementary color
Monochromatic Colors of #202E9C
Black with #202E9C
Text Example
Text Example
White with #202E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E9C; }
p { color: rgb(32,46,156); }
H1.HeaderClassName
{
color: #202E9C;
}
.AnyTagClassName
{
color: #202E9C;
}
</style>
background-color css
<style>
a { background-color: #202E9C; }
a { background-color: rgb(32,46,156); }
div.DivClassName
{
background-color: #202E9C;
}
.BgClassName
{
background-color: #202E9C;
}
</style>
border-color css
<style>
span { border-color: #202E9C; }
span { border-color: rgb(32,46,156); }
td.TdClassName
{
border-color: #202E9C;
}
.TagClassName
{
border-color: #202E9C;
}
</style>