Shades of Egyptian Blue #222699
Tints of Egyptian Blue #222699
RGB
CMYK
RGB Variations
Color information
#222699 (or 0x222699) is known color: Egyptian Blue. HEX triplet: 22, 26 and 99. RGB value is (34,38,153). Sum of RGB (Red+Green+Blue) = 34+38+153=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #222699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222699 is #DDD966. Grayscale: #313131. Windows color (decimal): -14539111 or 10036770. OLE color: 10036770.
HSL color Cylindrical-coordinate representation of color #222699: hue angle of 237.98º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222699 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 38 | 153 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.4 |
| HSL | 237.98º | 0.64% | 0.37% | - |
| HSV(B) | 237.98º | 0.78% | 0.6% | - |
| XYZ | 7.1 | 4.03 | 30.54 | - |
| YUV | 49.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 153 | 0.78 | 0.75 | 0 | 0.4 | 237.98 | 0.64 | 0.37 |
| Hex | 22 | 26 | 99 | 4E | 4B | 0 | 28 | EE | 40 | 25 |
| Octal | 42 | 46 | 231 | 116 | 113 | 0 | 50 | 356 | 100 | 45 |
| Binary | 100010 | 100110 | 10011001 | 1001110 | 1001011 | 0 | 101000 | 11101110 | 1000000 | 100101 |
Color Harmonies of #222699
Complementary color
Monochromatic Colors of #222699
Black with #222699
Text Example
Text Example
White with #222699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222699; }
p { color: rgb(34,38,153); }
H1.HeaderClassName
{
color: #222699;
}
.AnyTagClassName
{
color: #222699;
}
</style>
background-color css
<style>
a { background-color: #222699; }
a { background-color: rgb(34,38,153); }
div.DivClassName
{
background-color: #222699;
}
.BgClassName
{
background-color: #222699;
}
</style>
border-color css
<style>
span { border-color: #222699; }
span { border-color: rgb(34,38,153); }
td.TdClassName
{
border-color: #222699;
}
.TagClassName
{
border-color: #222699;
}
</style>