Shades of Egyptian Blue #222B8D
Tints of Egyptian Blue #222B8D
RGB
CMYK
RGB Variations
Color information
#222B8D (or 0x222B8D) is known color: Egyptian Blue. HEX triplet: 22, 2B and 8D. RGB value is (34,43,141). Sum of RGB (Red+Green+Blue) = 34+43+141=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #222B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B8D is #DDD472. Grayscale: #333333. Windows color (decimal): -14537843 or 9251618. OLE color: 9251618.
HSL color Cylindrical-coordinate representation of color #222B8D: hue angle of 234.95º 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 #222B8D is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 43 | 141 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.45 |
| HSL | 234.95º | 0.61% | 0.34% | - |
| HSV(B) | 234.95º | 0.76% | 0.55% | - |
| XYZ | 6.33 | 3.99 | 25.64 | - |
| YUV | 51.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 141 | 0.76 | 0.70 | 0 | 0.45 | 234.95 | 0.61 | 0.34 |
| Hex | 22 | 2B | 8D | 4C | 46 | 0 | 2D | EB | 3D | 22 |
| Octal | 42 | 53 | 215 | 114 | 106 | 0 | 55 | 353 | 75 | 42 |
| Binary | 100010 | 101011 | 10001101 | 1001100 | 1000110 | 0 | 101101 | 11101011 | 111101 | 100010 |
Color Harmonies of #222B8D
Complementary color
Monochromatic Colors of #222B8D
Black with #222B8D
Text Example
Text Example
White with #222B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B8D; }
p { color: rgb(34,43,141); }
H1.HeaderClassName
{
color: #222B8D;
}
.AnyTagClassName
{
color: #222B8D;
}
</style>
background-color css
<style>
a { background-color: #222B8D; }
a { background-color: rgb(34,43,141); }
div.DivClassName
{
background-color: #222B8D;
}
.BgClassName
{
background-color: #222B8D;
}
</style>
border-color css
<style>
span { border-color: #222B8D; }
span { border-color: rgb(34,43,141); }
td.TdClassName
{
border-color: #222B8D;
}
.TagClassName
{
border-color: #222B8D;
}
</style>