Shades of Egyptian Blue #204097
Tints of Egyptian Blue #204097
RGB
CMYK
RGB Variations
Color information
#204097 (or 0x204097) is known color: Egyptian Blue. HEX triplet: 20, 40 and 97. RGB value is (32,64,151). Sum of RGB (Red+Green+Blue) = 32+64+151=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #204097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204097 is #DFBF68. Grayscale: #3F3F3F. Windows color (decimal): -14663529 or 9912352. OLE color: 9912352.
HSL color Cylindrical-coordinate representation of color #204097: hue angle of 223.87º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204097 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 64 | 151 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.41 |
| HSL | 223.87º | 0.65% | 0.36% | - |
| HSV(B) | 223.87º | 0.79% | 0.59% | - |
| XYZ | 8.01 | 6.21 | 30.05 | - |
| YUV | 64.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 151 | 0.79 | 0.58 | 0 | 0.41 | 223.87 | 0.65 | 0.36 |
| Hex | 20 | 40 | 97 | 4F | 3A | 0 | 29 | E0 | 41 | 24 |
| Octal | 40 | 100 | 227 | 117 | 72 | 0 | 51 | 340 | 101 | 44 |
| Binary | 100000 | 1000000 | 10010111 | 1001111 | 111010 | 0 | 101001 | 11100000 | 1000001 | 100100 |
Color Harmonies of #204097
Complementary color
Monochromatic Colors of #204097
Black with #204097
Text Example
Text Example
White with #204097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204097; }
p { color: rgb(32,64,151); }
H1.HeaderClassName
{
color: #204097;
}
.AnyTagClassName
{
color: #204097;
}
</style>
background-color css
<style>
a { background-color: #204097; }
a { background-color: rgb(32,64,151); }
div.DivClassName
{
background-color: #204097;
}
.BgClassName
{
background-color: #204097;
}
</style>
border-color css
<style>
span { border-color: #204097; }
span { border-color: rgb(32,64,151); }
td.TdClassName
{
border-color: #204097;
}
.TagClassName
{
border-color: #204097;
}
</style>