Shades of Egyptian Blue #20389E
Tints of Egyptian Blue #20389E
RGB
CMYK
RGB Variations
Color information
#20389E (or 0x20389E) is known color: Egyptian Blue. HEX triplet: 20, 38 and 9E. RGB value is (32,56,158). Sum of RGB (Red+Green+Blue) = 32+56+158=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #20389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20389E is #DFC761. Grayscale: #3C3C3C. Windows color (decimal): -14665570 or 10369056. OLE color: 10369056.
HSL color Cylindrical-coordinate representation of color #20389E: hue angle of 228.57º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20389E is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 56 | 158 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.38 |
| HSL | 228.57º | 0.66% | 0.37% | - |
| HSV(B) | 228.57º | 0.8% | 0.62% | - |
| XYZ | 8.18 | 5.6 | 33 | - |
| YUV | 60.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 158 | 0.80 | 0.65 | 0 | 0.38 | 228.57 | 0.66 | 0.37 |
| Hex | 20 | 38 | 9E | 50 | 41 | 0 | 26 | E5 | 42 | 25 |
| Octal | 40 | 70 | 236 | 120 | 101 | 0 | 46 | 345 | 102 | 45 |
| Binary | 100000 | 111000 | 10011110 | 1010000 | 1000001 | 0 | 100110 | 11100101 | 1000010 | 100101 |
Color Harmonies of #20389E
Complementary color
Monochromatic Colors of #20389E
Black with #20389E
Text Example
Text Example
White with #20389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20389E; }
p { color: rgb(32,56,158); }
H1.HeaderClassName
{
color: #20389E;
}
.AnyTagClassName
{
color: #20389E;
}
</style>
background-color css
<style>
a { background-color: #20389E; }
a { background-color: rgb(32,56,158); }
div.DivClassName
{
background-color: #20389E;
}
.BgClassName
{
background-color: #20389E;
}
</style>
border-color css
<style>
span { border-color: #20389E; }
span { border-color: rgb(32,56,158); }
td.TdClassName
{
border-color: #20389E;
}
.TagClassName
{
border-color: #20389E;
}
</style>