Shades of Egyptian Blue #22288F
Tints of Egyptian Blue #22288F
RGB
CMYK
RGB Variations
Color information
#22288F (or 0x22288F) is known color: Egyptian Blue. HEX triplet: 22, 28 and 8F. RGB value is (34,40,143). Sum of RGB (Red+Green+Blue) = 34+40+143=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #22288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22288F is #DDD770. Grayscale: #313131. Windows color (decimal): -14538609 or 9381922. OLE color: 9381922.
HSL color Cylindrical-coordinate representation of color #22288F: hue angle of 236.7º 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 #22288F is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 40 | 143 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.44 |
| HSL | 236.7º | 0.62% | 0.35% | - |
| HSV(B) | 236.7º | 0.76% | 0.56% | - |
| XYZ | 6.38 | 3.84 | 26.39 | - |
| YUV | 49.95 | 180.51 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 143 | 0.76 | 0.72 | 0 | 0.44 | 236.7 | 0.62 | 0.35 |
| Hex | 22 | 28 | 8F | 4C | 48 | 0 | 2C | ED | 3E | 23 |
| Octal | 42 | 50 | 217 | 114 | 110 | 0 | 54 | 355 | 76 | 43 |
| Binary | 100010 | 101000 | 10001111 | 1001100 | 1001000 | 0 | 101100 | 11101101 | 111110 | 100011 |
Color Harmonies of #22288F
Complementary color
Monochromatic Colors of #22288F
Black with #22288F
Text Example
Text Example
White with #22288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22288F; }
p { color: rgb(34,40,143); }
H1.HeaderClassName
{
color: #22288F;
}
.AnyTagClassName
{
color: #22288F;
}
</style>
background-color css
<style>
a { background-color: #22288F; }
a { background-color: rgb(34,40,143); }
div.DivClassName
{
background-color: #22288F;
}
.BgClassName
{
background-color: #22288F;
}
</style>
border-color css
<style>
span { border-color: #22288F; }
span { border-color: rgb(34,40,143); }
td.TdClassName
{
border-color: #22288F;
}
.TagClassName
{
border-color: #22288F;
}
</style>