Shades of Egyptian Blue #22409D
Tints of Egyptian Blue #22409D
RGB
CMYK
RGB Variations
Color information
#22409D (or 0x22409D) is known color: Egyptian Blue. HEX triplet: 22, 40 and 9D. RGB value is (34,64,157). Sum of RGB (Red+Green+Blue) = 34+64+157=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #22409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22409D is #DDBF62. Grayscale: #414141. Windows color (decimal): -14532451 or 10305570. OLE color: 10305570.
HSL color Cylindrical-coordinate representation of color #22409D: hue angle of 225.37º 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 #22409D is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 64 | 157 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.38 |
| HSL | 225.37º | 0.64% | 0.37% | - |
| HSV(B) | 225.37º | 0.78% | 0.62% | - |
| XYZ | 8.58 | 6.44 | 32.69 | - |
| YUV | 65.63 | 179.56 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 157 | 0.78 | 0.59 | 0 | 0.38 | 225.37 | 0.64 | 0.37 |
| Hex | 22 | 40 | 9D | 4E | 3B | 0 | 26 | E1 | 40 | 25 |
| Octal | 42 | 100 | 235 | 116 | 73 | 0 | 46 | 341 | 100 | 45 |
| Binary | 100010 | 1000000 | 10011101 | 1001110 | 111011 | 0 | 100110 | 11100001 | 1000000 | 100101 |
Color Harmonies of #22409D
Complementary color
Monochromatic Colors of #22409D
Black with #22409D
Text Example
Text Example
White with #22409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22409D; }
p { color: rgb(34,64,157); }
H1.HeaderClassName
{
color: #22409D;
}
.AnyTagClassName
{
color: #22409D;
}
</style>
background-color css
<style>
a { background-color: #22409D; }
a { background-color: rgb(34,64,157); }
div.DivClassName
{
background-color: #22409D;
}
.BgClassName
{
background-color: #22409D;
}
</style>
border-color css
<style>
span { border-color: #22409D; }
span { border-color: rgb(34,64,157); }
td.TdClassName
{
border-color: #22409D;
}
.TagClassName
{
border-color: #22409D;
}
</style>