Shades of Egyptian Blue #22318E
Tints of Egyptian Blue #22318E
RGB
CMYK
RGB Variations
Color information
#22318E (or 0x22318E) is known color: Egyptian Blue. HEX triplet: 22, 31 and 8E. RGB value is (34,49,142). Sum of RGB (Red+Green+Blue) = 34+49+142=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #22318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22318E is #DDCE71. Grayscale: #363636. Windows color (decimal): -14536306 or 9318690. OLE color: 9318690.
HSL color Cylindrical-coordinate representation of color #22318E: hue angle of 231.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22318E is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 49 | 142 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.44 |
| HSL | 231.67º | 0.61% | 0.35% | - |
| HSV(B) | 231.67º | 0.76% | 0.56% | - |
| XYZ | 6.64 | 4.49 | 26.11 | - |
| YUV | 55.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 142 | 0.76 | 0.65 | 0 | 0.44 | 231.67 | 0.61 | 0.35 |
| Hex | 22 | 31 | 8E | 4C | 41 | 0 | 2C | E8 | 3D | 23 |
| Octal | 42 | 61 | 216 | 114 | 101 | 0 | 54 | 350 | 75 | 43 |
| Binary | 100010 | 110001 | 10001110 | 1001100 | 1000001 | 0 | 101100 | 11101000 | 111101 | 100011 |
Color Harmonies of #22318E
Complementary color
Monochromatic Colors of #22318E
Black with #22318E
Text Example
Text Example
White with #22318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22318E; }
p { color: rgb(34,49,142); }
H1.HeaderClassName
{
color: #22318E;
}
.AnyTagClassName
{
color: #22318E;
}
</style>
background-color css
<style>
a { background-color: #22318E; }
a { background-color: rgb(34,49,142); }
div.DivClassName
{
background-color: #22318E;
}
.BgClassName
{
background-color: #22318E;
}
</style>
border-color css
<style>
span { border-color: #22318E; }
span { border-color: rgb(34,49,142); }
td.TdClassName
{
border-color: #22318E;
}
.TagClassName
{
border-color: #22318E;
}
</style>