Shades of Egyptian Blue #222E93
Tints of Egyptian Blue #222E93
RGB
CMYK
RGB Variations
Color information
#222E93 (or 0x222E93) is known color: Egyptian Blue. HEX triplet: 22, 2E and 93. RGB value is (34,46,147). Sum of RGB (Red+Green+Blue) = 34+46+147=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #222E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E93 is #DDD16C. Grayscale: #353535. Windows color (decimal): -14537069 or 9645602. OLE color: 9645602.
HSL color Cylindrical-coordinate representation of color #222E93: hue angle of 233.63º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222E93 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 46 | 147 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.42 |
| HSL | 233.63º | 0.62% | 0.35% | - |
| HSV(B) | 233.63º | 0.77% | 0.58% | - |
| XYZ | 6.9 | 4.4 | 28.09 | - |
| YUV | 53.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 147 | 0.77 | 0.69 | 0 | 0.42 | 233.63 | 0.62 | 0.35 |
| Hex | 22 | 2E | 93 | 4D | 45 | 0 | 2A | EA | 3E | 23 |
| Octal | 42 | 56 | 223 | 115 | 105 | 0 | 52 | 352 | 76 | 43 |
| Binary | 100010 | 101110 | 10010011 | 1001101 | 1000101 | 0 | 101010 | 11101010 | 111110 | 100011 |
Color Harmonies of #222E93
Complementary color
Monochromatic Colors of #222E93
Black with #222E93
Text Example
Text Example
White with #222E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E93; }
p { color: rgb(34,46,147); }
H1.HeaderClassName
{
color: #222E93;
}
.AnyTagClassName
{
color: #222E93;
}
</style>
background-color css
<style>
a { background-color: #222E93; }
a { background-color: rgb(34,46,147); }
div.DivClassName
{
background-color: #222E93;
}
.BgClassName
{
background-color: #222E93;
}
</style>
border-color css
<style>
span { border-color: #222E93; }
span { border-color: rgb(34,46,147); }
td.TdClassName
{
border-color: #222E93;
}
.TagClassName
{
border-color: #222E93;
}
</style>