Shades of Egyptian Blue #203792
Tints of Egyptian Blue #203792
RGB
CMYK
RGB Variations
Color information
#203792 (or 0x203792) is known color: Egyptian Blue. HEX triplet: 20, 37 and 92. RGB value is (32,55,146). Sum of RGB (Red+Green+Blue) = 32+55+146=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #203792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203792 is #DFC86D. Grayscale: #3A3A3A. Windows color (decimal): -14665838 or 9582368. OLE color: 9582368.
HSL color Cylindrical-coordinate representation of color #203792: hue angle of 227.89º 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 #203792 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 55 | 146 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.43 |
| HSL | 227.89º | 0.64% | 0.35% | - |
| HSV(B) | 227.89º | 0.78% | 0.57% | - |
| XYZ | 7.15 | 5.11 | 27.8 | - |
| YUV | 58.5 | 177.38 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 146 | 0.78 | 0.62 | 0 | 0.43 | 227.89 | 0.64 | 0.35 |
| Hex | 20 | 37 | 92 | 4E | 3E | 0 | 2B | E4 | 40 | 23 |
| Octal | 40 | 67 | 222 | 116 | 76 | 0 | 53 | 344 | 100 | 43 |
| Binary | 100000 | 110111 | 10010010 | 1001110 | 111110 | 0 | 101011 | 11100100 | 1000000 | 100011 |
Color Harmonies of #203792
Complementary color
Monochromatic Colors of #203792
Black with #203792
Text Example
Text Example
White with #203792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203792; }
p { color: rgb(32,55,146); }
H1.HeaderClassName
{
color: #203792;
}
.AnyTagClassName
{
color: #203792;
}
</style>
background-color css
<style>
a { background-color: #203792; }
a { background-color: rgb(32,55,146); }
div.DivClassName
{
background-color: #203792;
}
.BgClassName
{
background-color: #203792;
}
</style>
border-color css
<style>
span { border-color: #203792; }
span { border-color: rgb(32,55,146); }
td.TdClassName
{
border-color: #203792;
}
.TagClassName
{
border-color: #203792;
}
</style>