Shades of Egyptian Blue #22469C
Tints of Egyptian Blue #22469C
RGB
CMYK
RGB Variations
Color information
#22469C (or 0x22469C) is known color: Egyptian Blue. HEX triplet: 22, 46 and 9C. RGB value is (34,70,156). Sum of RGB (Red+Green+Blue) = 34+70+156=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #22469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22469C is #DDB963. Grayscale: #444444. Windows color (decimal): -14530916 or 10241570. OLE color: 10241570.
HSL color Cylindrical-coordinate representation of color #22469C: hue angle of 222.3º 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 #22469C is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 70 | 156 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.39 |
| HSL | 222.3º | 0.64% | 0.37% | - |
| HSV(B) | 222.3º | 0.78% | 0.61% | - |
| XYZ | 8.85 | 7.12 | 32.36 | - |
| YUV | 69.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 156 | 0.78 | 0.55 | 0 | 0.39 | 222.3 | 0.64 | 0.37 |
| Hex | 22 | 46 | 9C | 4E | 37 | 0 | 27 | DE | 40 | 25 |
| Octal | 42 | 106 | 234 | 116 | 67 | 0 | 47 | 336 | 100 | 45 |
| Binary | 100010 | 1000110 | 10011100 | 1001110 | 110111 | 0 | 100111 | 11011110 | 1000000 | 100101 |
Color Harmonies of #22469C
Complementary color
Monochromatic Colors of #22469C
Black with #22469C
Text Example
Text Example
White with #22469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22469C; }
p { color: rgb(34,70,156); }
H1.HeaderClassName
{
color: #22469C;
}
.AnyTagClassName
{
color: #22469C;
}
</style>
background-color css
<style>
a { background-color: #22469C; }
a { background-color: rgb(34,70,156); }
div.DivClassName
{
background-color: #22469C;
}
.BgClassName
{
background-color: #22469C;
}
</style>
border-color css
<style>
span { border-color: #22469C; }
span { border-color: rgb(34,70,156); }
td.TdClassName
{
border-color: #22469C;
}
.TagClassName
{
border-color: #22469C;
}
</style>