Shades of Egyptian Blue #222D9F
Tints of Egyptian Blue #222D9F
RGB
CMYK
RGB Variations
Color information
#222D9F (or 0x222D9F) is known color: Egyptian Blue. HEX triplet: 22, 2D and 9F. RGB value is (34,45,159). Sum of RGB (Red+Green+Blue) = 34+45+159=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #222D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222D9F is #DDD260. Grayscale: #363636. Windows color (decimal): -14537313 or 10431778. OLE color: 10431778.
HSL color Cylindrical-coordinate representation of color #222D9F: hue angle of 234.72º 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 #222D9F is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 45 | 159 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.38 |
| HSL | 234.72º | 0.65% | 0.38% | - |
| HSV(B) | 234.72º | 0.79% | 0.62% | - |
| XYZ | 7.86 | 4.72 | 33.3 | - |
| YUV | 54.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 159 | 0.79 | 0.72 | 0 | 0.38 | 234.72 | 0.65 | 0.38 |
| Hex | 22 | 2D | 9F | 4F | 48 | 0 | 26 | EB | 41 | 26 |
| Octal | 42 | 55 | 237 | 117 | 110 | 0 | 46 | 353 | 101 | 46 |
| Binary | 100010 | 101101 | 10011111 | 1001111 | 1001000 | 0 | 100110 | 11101011 | 1000001 | 100110 |
Color Harmonies of #222D9F
Complementary color
Monochromatic Colors of #222D9F
Black with #222D9F
Text Example
Text Example
White with #222D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D9F; }
p { color: rgb(34,45,159); }
H1.HeaderClassName
{
color: #222D9F;
}
.AnyTagClassName
{
color: #222D9F;
}
</style>
background-color css
<style>
a { background-color: #222D9F; }
a { background-color: rgb(34,45,159); }
div.DivClassName
{
background-color: #222D9F;
}
.BgClassName
{
background-color: #222D9F;
}
</style>
border-color css
<style>
span { border-color: #222D9F; }
span { border-color: rgb(34,45,159); }
td.TdClassName
{
border-color: #222D9F;
}
.TagClassName
{
border-color: #222D9F;
}
</style>