Shades of Egyptian Blue #2220A8
Tints of Egyptian Blue #2220A8
RGB
CMYK
RGB Variations
Color information
#2220A8 (or 0x2220A8) is known color: Egyptian Blue. HEX triplet: 22, 20 and A8. RGB value is (34,32,168). Sum of RGB (Red+Green+Blue) = 34+32+168=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 168 (66.02% from 255 or 71.79% from 234); Max value from RGB is 168 - color contains mainly: blue. Hex color #2220A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2220A8 is #DDDF57. Grayscale: #2F2F2F. Windows color (decimal): -14540632 or 11018274. OLE color: 11018274.
HSL color Cylindrical-coordinate representation of color #2220A8: hue angle of 240.88º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2220A8 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 34 | 32 | 168 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.34 |
| HSL | 240.88º | 0.68% | 0.39% | - |
| HSV(B) | 240.88º | 0.81% | 0.66% | - |
| XYZ | 8.24 | 4.2 | 37.42 | - |
| YUV | 48.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 168 | 0.80 | 0.81 | 0 | 0.34 | 240.88 | 0.68 | 0.39 |
| Hex | 22 | 20 | A8 | 50 | 51 | 0 | 22 | F1 | 44 | 27 |
| Octal | 42 | 40 | 250 | 120 | 121 | 0 | 42 | 361 | 104 | 47 |
| Binary | 100010 | 100000 | 10101000 | 1010000 | 1010001 | 0 | 100010 | 11110001 | 1000100 | 100111 |
Color Harmonies of #2220A8
Complementary color
Monochromatic Colors of #2220A8
Black with #2220A8
Text Example
Text Example
White with #2220A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220A8; }
p { color: rgb(34,32,168); }
H1.HeaderClassName
{
color: #2220A8;
}
.AnyTagClassName
{
color: #2220A8;
}
</style>
background-color css
<style>
a { background-color: #2220A8; }
a { background-color: rgb(34,32,168); }
div.DivClassName
{
background-color: #2220A8;
}
.BgClassName
{
background-color: #2220A8;
}
</style>
border-color css
<style>
span { border-color: #2220A8; }
span { border-color: rgb(34,32,168); }
td.TdClassName
{
border-color: #2220A8;
}
.TagClassName
{
border-color: #2220A8;
}
</style>