Shades of Egyptian Blue #222A8D
Tints of Egyptian Blue #222A8D
RGB
CMYK
RGB Variations
Color information
#222A8D (or 0x222A8D) is known color: Egyptian Blue. HEX triplet: 22, 2A and 8D. RGB value is (34,42,141). Sum of RGB (Red+Green+Blue) = 34+42+141=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #222A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222A8D is #DDD572. Grayscale: #323232. Windows color (decimal): -14538099 or 9251362. OLE color: 9251362.
HSL color Cylindrical-coordinate representation of color #222A8D: hue angle of 235.51º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222A8D is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 42 | 141 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.45 |
| HSL | 235.51º | 0.61% | 0.34% | - |
| HSV(B) | 235.51º | 0.76% | 0.55% | - |
| XYZ | 6.3 | 3.92 | 25.62 | - |
| YUV | 50.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 141 | 0.76 | 0.70 | 0 | 0.45 | 235.51 | 0.61 | 0.34 |
| Hex | 22 | 2A | 8D | 4C | 46 | 0 | 2D | EC | 3D | 22 |
| Octal | 42 | 52 | 215 | 114 | 106 | 0 | 55 | 354 | 75 | 42 |
| Binary | 100010 | 101010 | 10001101 | 1001100 | 1000110 | 0 | 101101 | 11101100 | 111101 | 100010 |
Color Harmonies of #222A8D
Complementary color
Monochromatic Colors of #222A8D
Black with #222A8D
Text Example
Text Example
White with #222A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A8D; }
p { color: rgb(34,42,141); }
H1.HeaderClassName
{
color: #222A8D;
}
.AnyTagClassName
{
color: #222A8D;
}
</style>
background-color css
<style>
a { background-color: #222A8D; }
a { background-color: rgb(34,42,141); }
div.DivClassName
{
background-color: #222A8D;
}
.BgClassName
{
background-color: #222A8D;
}
</style>
border-color css
<style>
span { border-color: #222A8D; }
span { border-color: rgb(34,42,141); }
td.TdClassName
{
border-color: #222A8D;
}
.TagClassName
{
border-color: #222A8D;
}
</style>