Shades of Egyptian Blue #222D8D
Tints of Egyptian Blue #222D8D
RGB
CMYK
RGB Variations
Color information
#222D8D (or 0x222D8D) is known color: Egyptian Blue. HEX triplet: 22, 2D and 8D. RGB value is (34,45,141). Sum of RGB (Red+Green+Blue) = 34+45+141=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #222D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222D8D is #DDD272. Grayscale: #343434. Windows color (decimal): -14537331 or 9252130. OLE color: 9252130.
HSL color Cylindrical-coordinate representation of color #222D8D: hue angle of 233.83º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222D8D is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 45 | 141 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.45 |
| HSL | 233.83º | 0.61% | 0.34% | - |
| HSV(B) | 233.83º | 0.76% | 0.55% | - |
| XYZ | 6.41 | 4.14 | 25.66 | - |
| YUV | 52.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 141 | 0.76 | 0.68 | 0 | 0.45 | 233.83 | 0.61 | 0.34 |
| Hex | 22 | 2D | 8D | 4C | 44 | 0 | 2D | EA | 3D | 22 |
| Octal | 42 | 55 | 215 | 114 | 104 | 0 | 55 | 352 | 75 | 42 |
| Binary | 100010 | 101101 | 10001101 | 1001100 | 1000100 | 0 | 101101 | 11101010 | 111101 | 100010 |
Color Harmonies of #222D8D
Complementary color
Monochromatic Colors of #222D8D
Black with #222D8D
Text Example
Text Example
White with #222D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D8D; }
p { color: rgb(34,45,141); }
H1.HeaderClassName
{
color: #222D8D;
}
.AnyTagClassName
{
color: #222D8D;
}
</style>
background-color css
<style>
a { background-color: #222D8D; }
a { background-color: rgb(34,45,141); }
div.DivClassName
{
background-color: #222D8D;
}
.BgClassName
{
background-color: #222D8D;
}
</style>
border-color css
<style>
span { border-color: #222D8D; }
span { border-color: rgb(34,45,141); }
td.TdClassName
{
border-color: #222D8D;
}
.TagClassName
{
border-color: #222D8D;
}
</style>