Shades of Egyptian Blue #22249C
Tints of Egyptian Blue #22249C
RGB
CMYK
RGB Variations
Color information
#22249C (or 0x22249C) is known color: Egyptian Blue. HEX triplet: 22, 24 and 9C. RGB value is (34,36,156). Sum of RGB (Red+Green+Blue) = 34+36+156=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #22249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22249C is #DDDB63. Grayscale: #303030. Windows color (decimal): -14539620 or 10232866. OLE color: 10232866.
HSL color Cylindrical-coordinate representation of color #22249C: hue angle of 239.02º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22249C is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 36 | 156 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.39 |
| HSL | 239.02º | 0.64% | 0.37% | - |
| HSV(B) | 239.02º | 0.78% | 0.61% | - |
| XYZ | 7.29 | 4 | 31.84 | - |
| YUV | 49.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 156 | 0.78 | 0.77 | 0 | 0.39 | 239.02 | 0.64 | 0.37 |
| Hex | 22 | 24 | 9C | 4E | 4D | 0 | 27 | EF | 40 | 25 |
| Octal | 42 | 44 | 234 | 116 | 115 | 0 | 47 | 357 | 100 | 45 |
| Binary | 100010 | 100100 | 10011100 | 1001110 | 1001101 | 0 | 100111 | 11101111 | 1000000 | 100101 |
Color Harmonies of #22249C
Complementary color
Monochromatic Colors of #22249C
Black with #22249C
Text Example
Text Example
White with #22249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22249C; }
p { color: rgb(34,36,156); }
H1.HeaderClassName
{
color: #22249C;
}
.AnyTagClassName
{
color: #22249C;
}
</style>
background-color css
<style>
a { background-color: #22249C; }
a { background-color: rgb(34,36,156); }
div.DivClassName
{
background-color: #22249C;
}
.BgClassName
{
background-color: #22249C;
}
</style>
border-color css
<style>
span { border-color: #22249C; }
span { border-color: rgb(34,36,156); }
td.TdClassName
{
border-color: #22249C;
}
.TagClassName
{
border-color: #22249C;
}
</style>