Shades of Egyptian Blue #20398F
Tints of Egyptian Blue #20398F
RGB
CMYK
RGB Variations
Color information
#20398F (or 0x20398F) is known color: Egyptian Blue. HEX triplet: 20, 39 and 8F. RGB value is (32,57,143). Sum of RGB (Red+Green+Blue) = 32+57+143=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #20398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20398F is #DFC670. Grayscale: #3A3A3A. Windows color (decimal): -14665329 or 9386272. OLE color: 9386272.
HSL color Cylindrical-coordinate representation of color #20398F: hue angle of 226.49º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20398F is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 57 | 143 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.44 |
| HSL | 226.49º | 0.63% | 0.34% | - |
| HSV(B) | 226.49º | 0.78% | 0.56% | - |
| XYZ | 7.02 | 5.22 | 26.62 | - |
| YUV | 59.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 143 | 0.78 | 0.60 | 0 | 0.44 | 226.49 | 0.63 | 0.34 |
| Hex | 20 | 39 | 8F | 4E | 3C | 0 | 2C | E2 | 3F | 22 |
| Octal | 40 | 71 | 217 | 116 | 74 | 0 | 54 | 342 | 77 | 42 |
| Binary | 100000 | 111001 | 10001111 | 1001110 | 111100 | 0 | 101100 | 11100010 | 111111 | 100010 |
Color Harmonies of #20398F
Complementary color
Monochromatic Colors of #20398F
Black with #20398F
Text Example
Text Example
White with #20398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20398F; }
p { color: rgb(32,57,143); }
H1.HeaderClassName
{
color: #20398F;
}
.AnyTagClassName
{
color: #20398F;
}
</style>
background-color css
<style>
a { background-color: #20398F; }
a { background-color: rgb(32,57,143); }
div.DivClassName
{
background-color: #20398F;
}
.BgClassName
{
background-color: #20398F;
}
</style>
border-color css
<style>
span { border-color: #20398F; }
span { border-color: rgb(32,57,143); }
td.TdClassName
{
border-color: #20398F;
}
.TagClassName
{
border-color: #20398F;
}
</style>