Shades of Egyptian Blue #22479C
Tints of Egyptian Blue #22479C
RGB
CMYK
RGB Variations
Color information
#22479C (or 0x22479C) is known color: Egyptian Blue. HEX triplet: 22, 47 and 9C. RGB value is (34,71,156). Sum of RGB (Red+Green+Blue) = 34+71+156=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #22479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22479C is #DDB863. Grayscale: #454545. Windows color (decimal): -14530660 or 10241826. OLE color: 10241826.
HSL color Cylindrical-coordinate representation of color #22479C: hue angle of 221.8º 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 #22479C is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 71 | 156 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.39 |
| HSL | 221.8º | 0.64% | 0.37% | - |
| HSV(B) | 221.8º | 0.78% | 0.61% | - |
| XYZ | 8.91 | 7.25 | 32.38 | - |
| YUV | 69.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 156 | 0.78 | 0.54 | 0 | 0.39 | 221.8 | 0.64 | 0.37 |
| Hex | 22 | 47 | 9C | 4E | 36 | 0 | 27 | DE | 40 | 25 |
| Octal | 42 | 107 | 234 | 116 | 66 | 0 | 47 | 336 | 100 | 45 |
| Binary | 100010 | 1000111 | 10011100 | 1001110 | 110110 | 0 | 100111 | 11011110 | 1000000 | 100101 |
Color Harmonies of #22479C
Complementary color
Monochromatic Colors of #22479C
Black with #22479C
Text Example
Text Example
White with #22479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22479C; }
p { color: rgb(34,71,156); }
H1.HeaderClassName
{
color: #22479C;
}
.AnyTagClassName
{
color: #22479C;
}
</style>
background-color css
<style>
a { background-color: #22479C; }
a { background-color: rgb(34,71,156); }
div.DivClassName
{
background-color: #22479C;
}
.BgClassName
{
background-color: #22479C;
}
</style>
border-color css
<style>
span { border-color: #22479C; }
span { border-color: rgb(34,71,156); }
td.TdClassName
{
border-color: #22479C;
}
.TagClassName
{
border-color: #22479C;
}
</style>