Shades of Egyptian Blue #222C90
Tints of Egyptian Blue #222C90
RGB
CMYK
RGB Variations
Color information
#222C90 (or 0x222C90) is known color: Egyptian Blue. HEX triplet: 22, 2C and 90. RGB value is (34,44,144). Sum of RGB (Red+Green+Blue) = 34+44+144=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #222C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222C90 is #DDD36F. Grayscale: #343434. Windows color (decimal): -14537584 or 9448482. OLE color: 9448482.
HSL color Cylindrical-coordinate representation of color #222C90: hue angle of 234.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222C90 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 44 | 144 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.44 |
| HSL | 234.55º | 0.62% | 0.35% | - |
| HSV(B) | 234.55º | 0.76% | 0.56% | - |
| XYZ | 6.59 | 4.16 | 26.84 | - |
| YUV | 52.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 144 | 0.76 | 0.69 | 0 | 0.44 | 234.55 | 0.62 | 0.35 |
| Hex | 22 | 2C | 90 | 4C | 45 | 0 | 2C | EB | 3E | 23 |
| Octal | 42 | 54 | 220 | 114 | 105 | 0 | 54 | 353 | 76 | 43 |
| Binary | 100010 | 101100 | 10010000 | 1001100 | 1000101 | 0 | 101100 | 11101011 | 111110 | 100011 |
Color Harmonies of #222C90
Complementary color
Monochromatic Colors of #222C90
Black with #222C90
Text Example
Text Example
White with #222C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C90; }
p { color: rgb(34,44,144); }
H1.HeaderClassName
{
color: #222C90;
}
.AnyTagClassName
{
color: #222C90;
}
</style>
background-color css
<style>
a { background-color: #222C90; }
a { background-color: rgb(34,44,144); }
div.DivClassName
{
background-color: #222C90;
}
.BgClassName
{
background-color: #222C90;
}
</style>
border-color css
<style>
span { border-color: #222C90; }
span { border-color: rgb(34,44,144); }
td.TdClassName
{
border-color: #222C90;
}
.TagClassName
{
border-color: #222C90;
}
</style>