Shades of Egyptian Blue #20369E
Tints of Egyptian Blue #20369E
RGB
CMYK
RGB Variations
Color information
#20369E (or 0x20369E) is known color: Egyptian Blue. HEX triplet: 20, 36 and 9E. RGB value is (32,54,158). Sum of RGB (Red+Green+Blue) = 32+54+158=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #20369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20369E is #DFC961. Grayscale: #3A3A3A. Windows color (decimal): -14666082 or 10368544. OLE color: 10368544.
HSL color Cylindrical-coordinate representation of color #20369E: hue angle of 229.52º 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 #20369E is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 54 | 158 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.38 |
| HSL | 229.52º | 0.66% | 0.37% | - |
| HSV(B) | 229.52º | 0.8% | 0.62% | - |
| XYZ | 8.09 | 5.41 | 32.97 | - |
| YUV | 59.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 158 | 0.80 | 0.66 | 0 | 0.38 | 229.52 | 0.66 | 0.37 |
| Hex | 20 | 36 | 9E | 50 | 42 | 0 | 26 | E6 | 42 | 25 |
| Octal | 40 | 66 | 236 | 120 | 102 | 0 | 46 | 346 | 102 | 45 |
| Binary | 100000 | 110110 | 10011110 | 1010000 | 1000010 | 0 | 100110 | 11100110 | 1000010 | 100101 |
Color Harmonies of #20369E
Complementary color
Monochromatic Colors of #20369E
Black with #20369E
Text Example
Text Example
White with #20369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20369E; }
p { color: rgb(32,54,158); }
H1.HeaderClassName
{
color: #20369E;
}
.AnyTagClassName
{
color: #20369E;
}
</style>
background-color css
<style>
a { background-color: #20369E; }
a { background-color: rgb(32,54,158); }
div.DivClassName
{
background-color: #20369E;
}
.BgClassName
{
background-color: #20369E;
}
</style>
border-color css
<style>
span { border-color: #20369E; }
span { border-color: rgb(32,54,158); }
td.TdClassName
{
border-color: #20369E;
}
.TagClassName
{
border-color: #20369E;
}
</style>