Shades of Egyptian Blue #22269E
Tints of Egyptian Blue #22269E
RGB
CMYK
RGB Variations
Color information
#22269E (or 0x22269E) is known color: Egyptian Blue. HEX triplet: 22, 26 and 9E. RGB value is (34,38,158). Sum of RGB (Red+Green+Blue) = 34+38+158=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #22269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22269E is #DDD961. Grayscale: #323232. Windows color (decimal): -14539106 or 10364450. OLE color: 10364450.
HSL color Cylindrical-coordinate representation of color #22269E: hue angle of 238.06º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22269E is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 38 | 158 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.38 |
| HSL | 238.06º | 0.65% | 0.38% | - |
| HSV(B) | 238.06º | 0.78% | 0.62% | - |
| XYZ | 7.52 | 4.19 | 32.76 | - |
| YUV | 50.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 158 | 0.78 | 0.76 | 0 | 0.38 | 238.06 | 0.65 | 0.38 |
| Hex | 22 | 26 | 9E | 4E | 4C | 0 | 26 | EE | 41 | 26 |
| Octal | 42 | 46 | 236 | 116 | 114 | 0 | 46 | 356 | 101 | 46 |
| Binary | 100010 | 100110 | 10011110 | 1001110 | 1001100 | 0 | 100110 | 11101110 | 1000001 | 100110 |
Color Harmonies of #22269E
Complementary color
Monochromatic Colors of #22269E
Black with #22269E
Text Example
Text Example
White with #22269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22269E; }
p { color: rgb(34,38,158); }
H1.HeaderClassName
{
color: #22269E;
}
.AnyTagClassName
{
color: #22269E;
}
</style>
background-color css
<style>
a { background-color: #22269E; }
a { background-color: rgb(34,38,158); }
div.DivClassName
{
background-color: #22269E;
}
.BgClassName
{
background-color: #22269E;
}
</style>
border-color css
<style>
span { border-color: #22269E; }
span { border-color: rgb(34,38,158); }
td.TdClassName
{
border-color: #22269E;
}
.TagClassName
{
border-color: #22269E;
}
</style>