Shades of Egyptian Blue #222D9A
Tints of Egyptian Blue #222D9A
RGB
CMYK
RGB Variations
Color information
#222D9A (or 0x222D9A) is known color: Egyptian Blue. HEX triplet: 22, 2D and 9A. RGB value is (34,45,154). Sum of RGB (Red+Green+Blue) = 34+45+154=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #222D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222D9A is #DDD265. Grayscale: #353535. Windows color (decimal): -14537318 or 10104098. OLE color: 10104098.
HSL color Cylindrical-coordinate representation of color #222D9A: hue angle of 234.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222D9A is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 45 | 154 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.40 |
| HSL | 234.5º | 0.64% | 0.37% | - |
| HSV(B) | 234.5º | 0.78% | 0.6% | - |
| XYZ | 7.43 | 4.55 | 31.06 | - |
| YUV | 54.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 154 | 0.78 | 0.71 | 0 | 0.40 | 234.5 | 0.64 | 0.37 |
| Hex | 22 | 2D | 9A | 4E | 47 | 0 | 28 | EA | 40 | 25 |
| Octal | 42 | 55 | 232 | 116 | 107 | 0 | 50 | 352 | 100 | 45 |
| Binary | 100010 | 101101 | 10011010 | 1001110 | 1000111 | 0 | 101000 | 11101010 | 1000000 | 100101 |
Color Harmonies of #222D9A
Complementary color
Monochromatic Colors of #222D9A
Black with #222D9A
Text Example
Text Example
White with #222D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D9A; }
p { color: rgb(34,45,154); }
H1.HeaderClassName
{
color: #222D9A;
}
.AnyTagClassName
{
color: #222D9A;
}
</style>
background-color css
<style>
a { background-color: #222D9A; }
a { background-color: rgb(34,45,154); }
div.DivClassName
{
background-color: #222D9A;
}
.BgClassName
{
background-color: #222D9A;
}
</style>
border-color css
<style>
span { border-color: #222D9A; }
span { border-color: rgb(34,45,154); }
td.TdClassName
{
border-color: #222D9A;
}
.TagClassName
{
border-color: #222D9A;
}
</style>