Shades of Egyptian Blue #20338D
Tints of Egyptian Blue #20338D
RGB
CMYK
RGB Variations
Color information
#20338D (or 0x20338D) is known color: Egyptian Blue. HEX triplet: 20, 33 and 8D. RGB value is (32,51,141). Sum of RGB (Red+Green+Blue) = 32+51+141=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #20338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20338D is #DFCC72. Grayscale: #373737. Windows color (decimal): -14666867 or 9253664. OLE color: 9253664.
HSL color Cylindrical-coordinate representation of color #20338D: hue angle of 229.54º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20338D is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 51 | 141 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.45 |
| HSL | 229.54º | 0.63% | 0.34% | - |
| HSV(B) | 229.54º | 0.77% | 0.55% | - |
| XYZ | 6.59 | 4.6 | 25.74 | - |
| YUV | 55.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 141 | 0.77 | 0.64 | 0 | 0.45 | 229.54 | 0.63 | 0.34 |
| Hex | 20 | 33 | 8D | 4D | 40 | 0 | 2D | E6 | 3F | 22 |
| Octal | 40 | 63 | 215 | 115 | 100 | 0 | 55 | 346 | 77 | 42 |
| Binary | 100000 | 110011 | 10001101 | 1001101 | 1000000 | 0 | 101101 | 11100110 | 111111 | 100010 |
Color Harmonies of #20338D
Complementary color
Monochromatic Colors of #20338D
Black with #20338D
Text Example
Text Example
White with #20338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20338D; }
p { color: rgb(32,51,141); }
H1.HeaderClassName
{
color: #20338D;
}
.AnyTagClassName
{
color: #20338D;
}
</style>
background-color css
<style>
a { background-color: #20338D; }
a { background-color: rgb(32,51,141); }
div.DivClassName
{
background-color: #20338D;
}
.BgClassName
{
background-color: #20338D;
}
</style>
border-color css
<style>
span { border-color: #20338D; }
span { border-color: rgb(32,51,141); }
td.TdClassName
{
border-color: #20338D;
}
.TagClassName
{
border-color: #20338D;
}
</style>