Shades of Egyptian Blue #22469D
Tints of Egyptian Blue #22469D
RGB
CMYK
RGB Variations
Color information
#22469D (or 0x22469D) is known color: Egyptian Blue. HEX triplet: 22, 46 and 9D. RGB value is (34,70,157). Sum of RGB (Red+Green+Blue) = 34+70+157=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #22469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22469D is #DDB962. Grayscale: #444444. Windows color (decimal): -14530915 or 10307106. OLE color: 10307106.
HSL color Cylindrical-coordinate representation of color #22469D: hue angle of 222.44º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22469D is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 70 | 157 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.38 |
| HSL | 222.44º | 0.64% | 0.37% | - |
| HSV(B) | 222.44º | 0.78% | 0.62% | - |
| XYZ | 8.94 | 7.15 | 32.81 | - |
| YUV | 69.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 157 | 0.78 | 0.55 | 0 | 0.38 | 222.44 | 0.64 | 0.37 |
| Hex | 22 | 46 | 9D | 4E | 37 | 0 | 26 | DE | 40 | 25 |
| Octal | 42 | 106 | 235 | 116 | 67 | 0 | 46 | 336 | 100 | 45 |
| Binary | 100010 | 1000110 | 10011101 | 1001110 | 110111 | 0 | 100110 | 11011110 | 1000000 | 100101 |
Color Harmonies of #22469D
Complementary color
Monochromatic Colors of #22469D
Black with #22469D
Text Example
Text Example
White with #22469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22469D; }
p { color: rgb(34,70,157); }
H1.HeaderClassName
{
color: #22469D;
}
.AnyTagClassName
{
color: #22469D;
}
</style>
background-color css
<style>
a { background-color: #22469D; }
a { background-color: rgb(34,70,157); }
div.DivClassName
{
background-color: #22469D;
}
.BgClassName
{
background-color: #22469D;
}
</style>
border-color css
<style>
span { border-color: #22469D; }
span { border-color: rgb(34,70,157); }
td.TdClassName
{
border-color: #22469D;
}
.TagClassName
{
border-color: #22469D;
}
</style>