Shades of Egyptian Blue #22459D
Tints of Egyptian Blue #22459D
RGB
CMYK
RGB Variations
Color information
#22459D (or 0x22459D) is known color: Egyptian Blue. HEX triplet: 22, 45 and 9D. RGB value is (34,69,157). Sum of RGB (Red+Green+Blue) = 34+69+157=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #22459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22459D is #DDBA62. Grayscale: #444444. Windows color (decimal): -14531171 or 10306850. OLE color: 10306850.
HSL color Cylindrical-coordinate representation of color #22459D: hue angle of 222.93º 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 #22459D is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 69 | 157 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.38 |
| HSL | 222.93º | 0.64% | 0.37% | - |
| HSV(B) | 222.93º | 0.78% | 0.62% | - |
| XYZ | 8.87 | 7.03 | 32.79 | - |
| YUV | 68.57 | 177.9 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 157 | 0.78 | 0.56 | 0 | 0.38 | 222.93 | 0.64 | 0.37 |
| Hex | 22 | 45 | 9D | 4E | 38 | 0 | 26 | DF | 40 | 25 |
| Octal | 42 | 105 | 235 | 116 | 70 | 0 | 46 | 337 | 100 | 45 |
| Binary | 100010 | 1000101 | 10011101 | 1001110 | 111000 | 0 | 100110 | 11011111 | 1000000 | 100101 |
Color Harmonies of #22459D
Complementary color
Monochromatic Colors of #22459D
Black with #22459D
Text Example
Text Example
White with #22459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22459D; }
p { color: rgb(34,69,157); }
H1.HeaderClassName
{
color: #22459D;
}
.AnyTagClassName
{
color: #22459D;
}
</style>
background-color css
<style>
a { background-color: #22459D; }
a { background-color: rgb(34,69,157); }
div.DivClassName
{
background-color: #22459D;
}
.BgClassName
{
background-color: #22459D;
}
</style>
border-color css
<style>
span { border-color: #22459D; }
span { border-color: rgb(34,69,157); }
td.TdClassName
{
border-color: #22459D;
}
.TagClassName
{
border-color: #22459D;
}
</style>