Shades of Egyptian Blue #20389B
Tints of Egyptian Blue #20389B
RGB
CMYK
RGB Variations
Color information
#20389B (or 0x20389B) is known color: Egyptian Blue. HEX triplet: 20, 38 and 9B. RGB value is (32,56,155). Sum of RGB (Red+Green+Blue) = 32+56+155=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #20389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20389B is #DFC764. Grayscale: #3B3B3B. Windows color (decimal): -14665573 or 10172448. OLE color: 10172448.
HSL color Cylindrical-coordinate representation of color #20389B: hue angle of 228.29º 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 #20389B is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 56 | 155 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.39 |
| HSL | 228.29º | 0.66% | 0.37% | - |
| HSV(B) | 228.29º | 0.79% | 0.61% | - |
| XYZ | 7.93 | 5.5 | 31.65 | - |
| YUV | 60.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 155 | 0.79 | 0.64 | 0 | 0.39 | 228.29 | 0.66 | 0.37 |
| Hex | 20 | 38 | 9B | 4F | 40 | 0 | 27 | E4 | 42 | 25 |
| Octal | 40 | 70 | 233 | 117 | 100 | 0 | 47 | 344 | 102 | 45 |
| Binary | 100000 | 111000 | 10011011 | 1001111 | 1000000 | 0 | 100111 | 11100100 | 1000010 | 100101 |
Color Harmonies of #20389B
Complementary color
Monochromatic Colors of #20389B
Black with #20389B
Text Example
Text Example
White with #20389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20389B; }
p { color: rgb(32,56,155); }
H1.HeaderClassName
{
color: #20389B;
}
.AnyTagClassName
{
color: #20389B;
}
</style>
background-color css
<style>
a { background-color: #20389B; }
a { background-color: rgb(32,56,155); }
div.DivClassName
{
background-color: #20389B;
}
.BgClassName
{
background-color: #20389B;
}
</style>
border-color css
<style>
span { border-color: #20389B; }
span { border-color: rgb(32,56,155); }
td.TdClassName
{
border-color: #20389B;
}
.TagClassName
{
border-color: #20389B;
}
</style>