Shades of Egyptian Blue #22289C
Tints of Egyptian Blue #22289C
RGB
CMYK
RGB Variations
Color information
#22289C (or 0x22289C) is known color: Egyptian Blue. HEX triplet: 22, 28 and 9C. RGB value is (34,40,156). Sum of RGB (Red+Green+Blue) = 34+40+156=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #22289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22289C is #DDD763. Grayscale: #323232. Windows color (decimal): -14538596 or 10233890. OLE color: 10233890.
HSL color Cylindrical-coordinate representation of color #22289C: hue angle of 237.05º 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 #22289C is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 40 | 156 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.39 |
| HSL | 237.05º | 0.64% | 0.37% | - |
| HSV(B) | 237.05º | 0.78% | 0.61% | - |
| XYZ | 7.42 | 4.26 | 31.88 | - |
| YUV | 51.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 156 | 0.78 | 0.74 | 0 | 0.39 | 237.05 | 0.64 | 0.37 |
| Hex | 22 | 28 | 9C | 4E | 4A | 0 | 27 | ED | 40 | 25 |
| Octal | 42 | 50 | 234 | 116 | 112 | 0 | 47 | 355 | 100 | 45 |
| Binary | 100010 | 101000 | 10011100 | 1001110 | 1001010 | 0 | 100111 | 11101101 | 1000000 | 100101 |
Color Harmonies of #22289C
Complementary color
Monochromatic Colors of #22289C
Black with #22289C
Text Example
Text Example
White with #22289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22289C; }
p { color: rgb(34,40,156); }
H1.HeaderClassName
{
color: #22289C;
}
.AnyTagClassName
{
color: #22289C;
}
</style>
background-color css
<style>
a { background-color: #22289C; }
a { background-color: rgb(34,40,156); }
div.DivClassName
{
background-color: #22289C;
}
.BgClassName
{
background-color: #22289C;
}
</style>
border-color css
<style>
span { border-color: #22289C; }
span { border-color: rgb(34,40,156); }
td.TdClassName
{
border-color: #22289C;
}
.TagClassName
{
border-color: #22289C;
}
</style>