Shades of Egyptian Blue #204092
Tints of Egyptian Blue #204092
RGB
CMYK
RGB Variations
Color information
#204092 (or 0x204092) is known color: Egyptian Blue. HEX triplet: 20, 40 and 92. RGB value is (32,64,146). Sum of RGB (Red+Green+Blue) = 32+64+146=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #204092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204092 is #DFBF6D. Grayscale: #3F3F3F. Windows color (decimal): -14663534 or 9584672. OLE color: 9584672.
HSL color Cylindrical-coordinate representation of color #204092: hue angle of 223.16º 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 #204092 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 64 | 146 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.43 |
| HSL | 223.16º | 0.64% | 0.35% | - |
| HSV(B) | 223.16º | 0.78% | 0.57% | - |
| XYZ | 7.62 | 6.05 | 27.96 | - |
| YUV | 63.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 146 | 0.78 | 0.56 | 0 | 0.43 | 223.16 | 0.64 | 0.35 |
| Hex | 20 | 40 | 92 | 4E | 38 | 0 | 2B | DF | 40 | 23 |
| Octal | 40 | 100 | 222 | 116 | 70 | 0 | 53 | 337 | 100 | 43 |
| Binary | 100000 | 1000000 | 10010010 | 1001110 | 111000 | 0 | 101011 | 11011111 | 1000000 | 100011 |
Color Harmonies of #204092
Complementary color
Monochromatic Colors of #204092
Black with #204092
Text Example
Text Example
White with #204092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204092; }
p { color: rgb(32,64,146); }
H1.HeaderClassName
{
color: #204092;
}
.AnyTagClassName
{
color: #204092;
}
</style>
background-color css
<style>
a { background-color: #204092; }
a { background-color: rgb(32,64,146); }
div.DivClassName
{
background-color: #204092;
}
.BgClassName
{
background-color: #204092;
}
</style>
border-color css
<style>
span { border-color: #204092; }
span { border-color: rgb(32,64,146); }
td.TdClassName
{
border-color: #204092;
}
.TagClassName
{
border-color: #204092;
}
</style>