Shades of Egyptian Blue #222F8D
Tints of Egyptian Blue #222F8D
RGB
CMYK
RGB Variations
Color information
#222F8D (or 0x222F8D) is known color: Egyptian Blue. HEX triplet: 22, 2F and 8D. RGB value is (34,47,141). Sum of RGB (Red+Green+Blue) = 34+47+141=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #222F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222F8D is #DDD072. Grayscale: #353535. Windows color (decimal): -14536819 or 9252642. OLE color: 9252642.
HSL color Cylindrical-coordinate representation of color #222F8D: hue angle of 232.71º 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 #222F8D is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 47 | 141 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.45 |
| HSL | 232.71º | 0.61% | 0.34% | - |
| HSV(B) | 232.71º | 0.76% | 0.55% | - |
| XYZ | 6.48 | 4.3 | 25.69 | - |
| YUV | 53.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 141 | 0.76 | 0.67 | 0 | 0.45 | 232.71 | 0.61 | 0.34 |
| Hex | 22 | 2F | 8D | 4C | 43 | 0 | 2D | E9 | 3D | 22 |
| Octal | 42 | 57 | 215 | 114 | 103 | 0 | 55 | 351 | 75 | 42 |
| Binary | 100010 | 101111 | 10001101 | 1001100 | 1000011 | 0 | 101101 | 11101001 | 111101 | 100010 |
Color Harmonies of #222F8D
Complementary color
Monochromatic Colors of #222F8D
Black with #222F8D
Text Example
Text Example
White with #222F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F8D; }
p { color: rgb(34,47,141); }
H1.HeaderClassName
{
color: #222F8D;
}
.AnyTagClassName
{
color: #222F8D;
}
</style>
background-color css
<style>
a { background-color: #222F8D; }
a { background-color: rgb(34,47,141); }
div.DivClassName
{
background-color: #222F8D;
}
.BgClassName
{
background-color: #222F8D;
}
</style>
border-color css
<style>
span { border-color: #222F8D; }
span { border-color: rgb(34,47,141); }
td.TdClassName
{
border-color: #222F8D;
}
.TagClassName
{
border-color: #222F8D;
}
</style>