Shades of Egyptian Blue #22299F
Tints of Egyptian Blue #22299F
RGB
CMYK
RGB Variations
Color information
#22299F (or 0x22299F) is known color: Egyptian Blue. HEX triplet: 22, 29 and 9F. RGB value is (34,41,159). Sum of RGB (Red+Green+Blue) = 34+41+159=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #22299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22299F is #DDD660. Grayscale: #333333. Windows color (decimal): -14538337 or 10430754. OLE color: 10430754.
HSL color Cylindrical-coordinate representation of color #22299F: hue angle of 236.64º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22299F is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 41 | 159 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.38 |
| HSL | 236.64º | 0.65% | 0.38% | - |
| HSV(B) | 236.64º | 0.79% | 0.62% | - |
| XYZ | 7.71 | 4.43 | 33.25 | - |
| YUV | 52.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 159 | 0.79 | 0.74 | 0 | 0.38 | 236.64 | 0.65 | 0.38 |
| Hex | 22 | 29 | 9F | 4F | 4A | 0 | 26 | ED | 41 | 26 |
| Octal | 42 | 51 | 237 | 117 | 112 | 0 | 46 | 355 | 101 | 46 |
| Binary | 100010 | 101001 | 10011111 | 1001111 | 1001010 | 0 | 100110 | 11101101 | 1000001 | 100110 |
Color Harmonies of #22299F
Complementary color
Monochromatic Colors of #22299F
Black with #22299F
Text Example
Text Example
White with #22299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22299F; }
p { color: rgb(34,41,159); }
H1.HeaderClassName
{
color: #22299F;
}
.AnyTagClassName
{
color: #22299F;
}
</style>
background-color css
<style>
a { background-color: #22299F; }
a { background-color: rgb(34,41,159); }
div.DivClassName
{
background-color: #22299F;
}
.BgClassName
{
background-color: #22299F;
}
</style>
border-color css
<style>
span { border-color: #22299F; }
span { border-color: rgb(34,41,159); }
td.TdClassName
{
border-color: #22299F;
}
.TagClassName
{
border-color: #22299F;
}
</style>