Shades of Egyptian Blue #20389C
Tints of Egyptian Blue #20389C
RGB
CMYK
RGB Variations
Color information
#20389C (or 0x20389C) is known color: Egyptian Blue. HEX triplet: 20, 38 and 9C. RGB value is (32,56,156). Sum of RGB (Red+Green+Blue) = 32+56+156=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #20389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20389C is #DFC763. Grayscale: #3B3B3B. Windows color (decimal): -14665572 or 10237984. OLE color: 10237984.
HSL color Cylindrical-coordinate representation of color #20389C: hue angle of 228.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20389C is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 56 | 156 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.39 |
| HSL | 228.39º | 0.66% | 0.37% | - |
| HSV(B) | 228.39º | 0.79% | 0.61% | - |
| XYZ | 8.01 | 5.54 | 32.1 | - |
| YUV | 60.22 | 182.05 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 156 | 0.79 | 0.64 | 0 | 0.39 | 228.39 | 0.66 | 0.37 |
| Hex | 20 | 38 | 9C | 4F | 40 | 0 | 27 | E4 | 42 | 25 |
| Octal | 40 | 70 | 234 | 117 | 100 | 0 | 47 | 344 | 102 | 45 |
| Binary | 100000 | 111000 | 10011100 | 1001111 | 1000000 | 0 | 100111 | 11100100 | 1000010 | 100101 |
Color Harmonies of #20389C
Complementary color
Monochromatic Colors of #20389C
Black with #20389C
Text Example
Text Example
White with #20389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20389C; }
p { color: rgb(32,56,156); }
H1.HeaderClassName
{
color: #20389C;
}
.AnyTagClassName
{
color: #20389C;
}
</style>
background-color css
<style>
a { background-color: #20389C; }
a { background-color: rgb(32,56,156); }
div.DivClassName
{
background-color: #20389C;
}
.BgClassName
{
background-color: #20389C;
}
</style>
border-color css
<style>
span { border-color: #20389C; }
span { border-color: rgb(32,56,156); }
td.TdClassName
{
border-color: #20389C;
}
.TagClassName
{
border-color: #20389C;
}
</style>