Shades of Egyptian Blue #22269B
Tints of Egyptian Blue #22269B
RGB
CMYK
RGB Variations
Color information
#22269B (or 0x22269B) is known color: Egyptian Blue. HEX triplet: 22, 26 and 9B. RGB value is (34,38,155). Sum of RGB (Red+Green+Blue) = 34+38+155=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #22269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22269B is #DDD964. Grayscale: #313131. Windows color (decimal): -14539109 or 10167842. OLE color: 10167842.
HSL color Cylindrical-coordinate representation of color #22269B: hue angle of 238.02º 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 #22269B is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 38 | 155 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.39 |
| HSL | 238.02º | 0.64% | 0.37% | - |
| HSV(B) | 238.02º | 0.78% | 0.61% | - |
| XYZ | 7.27 | 4.09 | 31.42 | - |
| YUV | 50.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 155 | 0.78 | 0.75 | 0 | 0.39 | 238.02 | 0.64 | 0.37 |
| Hex | 22 | 26 | 9B | 4E | 4B | 0 | 27 | EE | 40 | 25 |
| Octal | 42 | 46 | 233 | 116 | 113 | 0 | 47 | 356 | 100 | 45 |
| Binary | 100010 | 100110 | 10011011 | 1001110 | 1001011 | 0 | 100111 | 11101110 | 1000000 | 100101 |
Color Harmonies of #22269B
Complementary color
Monochromatic Colors of #22269B
Black with #22269B
Text Example
Text Example
White with #22269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22269B; }
p { color: rgb(34,38,155); }
H1.HeaderClassName
{
color: #22269B;
}
.AnyTagClassName
{
color: #22269B;
}
</style>
background-color css
<style>
a { background-color: #22269B; }
a { background-color: rgb(34,38,155); }
div.DivClassName
{
background-color: #22269B;
}
.BgClassName
{
background-color: #22269B;
}
</style>
border-color css
<style>
span { border-color: #22269B; }
span { border-color: rgb(34,38,155); }
td.TdClassName
{
border-color: #22269B;
}
.TagClassName
{
border-color: #22269B;
}
</style>