Shades of Egyptian Blue #22449A
Tints of Egyptian Blue #22449A
RGB
CMYK
RGB Variations
Color information
#22449A (or 0x22449A) is known color: Egyptian Blue. HEX triplet: 22, 44 and 9A. RGB value is (34,68,154). Sum of RGB (Red+Green+Blue) = 34+68+154=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #22449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22449A is #DDBB65. Grayscale: #434343. Windows color (decimal): -14531430 or 10109986. OLE color: 10109986.
HSL color Cylindrical-coordinate representation of color #22449A: hue angle of 223º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22449A is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 68 | 154 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.40 |
| HSL | 223º | 0.64% | 0.37% | - |
| HSV(B) | 223º | 0.78% | 0.6% | - |
| XYZ | 8.56 | 6.81 | 31.43 | - |
| YUV | 67.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 154 | 0.78 | 0.56 | 0 | 0.40 | 223 | 0.64 | 0.37 |
| Hex | 22 | 44 | 9A | 4E | 38 | 0 | 28 | DF | 40 | 25 |
| Octal | 42 | 104 | 232 | 116 | 70 | 0 | 50 | 337 | 100 | 45 |
| Binary | 100010 | 1000100 | 10011010 | 1001110 | 111000 | 0 | 101000 | 11011111 | 1000000 | 100101 |
Color Harmonies of #22449A
Complementary color
Monochromatic Colors of #22449A
Black with #22449A
Text Example
Text Example
White with #22449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22449A; }
p { color: rgb(34,68,154); }
H1.HeaderClassName
{
color: #22449A;
}
.AnyTagClassName
{
color: #22449A;
}
</style>
background-color css
<style>
a { background-color: #22449A; }
a { background-color: rgb(34,68,154); }
div.DivClassName
{
background-color: #22449A;
}
.BgClassName
{
background-color: #22449A;
}
</style>
border-color css
<style>
span { border-color: #22449A; }
span { border-color: rgb(34,68,154); }
td.TdClassName
{
border-color: #22449A;
}
.TagClassName
{
border-color: #22449A;
}
</style>