Shades of Egyptian Blue #22279F
Tints of Egyptian Blue #22279F
RGB
CMYK
RGB Variations
Color information
#22279F (or 0x22279F) is known color: Egyptian Blue. HEX triplet: 22, 27 and 9F. RGB value is (34,39,159). Sum of RGB (Red+Green+Blue) = 34+39+159=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #22279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22279F is #DDD860. Grayscale: #323232. Windows color (decimal): -14538849 or 10430242. OLE color: 10430242.
HSL color Cylindrical-coordinate representation of color #22279F: hue angle of 237.6º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22279F is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 39 | 159 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.38 |
| HSL | 237.6º | 0.65% | 0.38% | - |
| HSV(B) | 237.6º | 0.79% | 0.62% | - |
| XYZ | 7.64 | 4.29 | 33.23 | - |
| YUV | 51.19 | 188.84 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 159 | 0.79 | 0.75 | 0 | 0.38 | 237.6 | 0.65 | 0.38 |
| Hex | 22 | 27 | 9F | 4F | 4B | 0 | 26 | EE | 41 | 26 |
| Octal | 42 | 47 | 237 | 117 | 113 | 0 | 46 | 356 | 101 | 46 |
| Binary | 100010 | 100111 | 10011111 | 1001111 | 1001011 | 0 | 100110 | 11101110 | 1000001 | 100110 |
Color Harmonies of #22279F
Complementary color
Monochromatic Colors of #22279F
Black with #22279F
Text Example
Text Example
White with #22279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22279F; }
p { color: rgb(34,39,159); }
H1.HeaderClassName
{
color: #22279F;
}
.AnyTagClassName
{
color: #22279F;
}
</style>
background-color css
<style>
a { background-color: #22279F; }
a { background-color: rgb(34,39,159); }
div.DivClassName
{
background-color: #22279F;
}
.BgClassName
{
background-color: #22279F;
}
</style>
border-color css
<style>
span { border-color: #22279F; }
span { border-color: rgb(34,39,159); }
td.TdClassName
{
border-color: #22279F;
}
.TagClassName
{
border-color: #22279F;
}
</style>