Shades of Egyptian Blue #202C92
Tints of Egyptian Blue #202C92
RGB
CMYK
RGB Variations
Color information
#202C92 (or 0x202C92) is known color: Egyptian Blue. HEX triplet: 20, 2C and 92. RGB value is (32,44,146). Sum of RGB (Red+Green+Blue) = 32+44+146=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #202C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C92 is #DFD36D. Grayscale: #333333. Windows color (decimal): -14668654 or 9579552. OLE color: 9579552.
HSL color Cylindrical-coordinate representation of color #202C92: hue angle of 233.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202C92 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 44 | 146 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.43 |
| HSL | 233.68º | 0.64% | 0.35% | - |
| HSV(B) | 233.68º | 0.78% | 0.57% | - |
| XYZ | 6.68 | 4.18 | 27.65 | - |
| YUV | 52.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 146 | 0.78 | 0.70 | 0 | 0.43 | 233.68 | 0.64 | 0.35 |
| Hex | 20 | 2C | 92 | 4E | 46 | 0 | 2B | EA | 40 | 23 |
| Octal | 40 | 54 | 222 | 116 | 106 | 0 | 53 | 352 | 100 | 43 |
| Binary | 100000 | 101100 | 10010010 | 1001110 | 1000110 | 0 | 101011 | 11101010 | 1000000 | 100011 |
Color Harmonies of #202C92
Complementary color
Monochromatic Colors of #202C92
Black with #202C92
Text Example
Text Example
White with #202C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C92; }
p { color: rgb(32,44,146); }
H1.HeaderClassName
{
color: #202C92;
}
.AnyTagClassName
{
color: #202C92;
}
</style>
background-color css
<style>
a { background-color: #202C92; }
a { background-color: rgb(32,44,146); }
div.DivClassName
{
background-color: #202C92;
}
.BgClassName
{
background-color: #202C92;
}
</style>
border-color css
<style>
span { border-color: #202C92; }
span { border-color: rgb(32,44,146); }
td.TdClassName
{
border-color: #202C92;
}
.TagClassName
{
border-color: #202C92;
}
</style>