Shades of Egyptian Blue #222D92
Tints of Egyptian Blue #222D92
RGB
CMYK
RGB Variations
Color information
#222D92 (or 0x222D92) is known color: Egyptian Blue. HEX triplet: 22, 2D and 92. RGB value is (34,45,146). Sum of RGB (Red+Green+Blue) = 34+45+146=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #222D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222D92 is #DDD26D. Grayscale: #343434. Windows color (decimal): -14537326 or 9579810. OLE color: 9579810.
HSL color Cylindrical-coordinate representation of color #222D92: hue angle of 234.11º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222D92 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 45 | 146 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.43 |
| HSL | 234.11º | 0.62% | 0.35% | - |
| HSV(B) | 234.11º | 0.77% | 0.57% | - |
| XYZ | 6.79 | 4.29 | 27.66 | - |
| YUV | 53.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 146 | 0.77 | 0.69 | 0 | 0.43 | 234.11 | 0.62 | 0.35 |
| Hex | 22 | 2D | 92 | 4D | 45 | 0 | 2B | EA | 3E | 23 |
| Octal | 42 | 55 | 222 | 115 | 105 | 0 | 53 | 352 | 76 | 43 |
| Binary | 100010 | 101101 | 10010010 | 1001101 | 1000101 | 0 | 101011 | 11101010 | 111110 | 100011 |
Color Harmonies of #222D92
Complementary color
Monochromatic Colors of #222D92
Black with #222D92
Text Example
Text Example
White with #222D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D92; }
p { color: rgb(34,45,146); }
H1.HeaderClassName
{
color: #222D92;
}
.AnyTagClassName
{
color: #222D92;
}
</style>
background-color css
<style>
a { background-color: #222D92; }
a { background-color: rgb(34,45,146); }
div.DivClassName
{
background-color: #222D92;
}
.BgClassName
{
background-color: #222D92;
}
</style>
border-color css
<style>
span { border-color: #222D92; }
span { border-color: rgb(34,45,146); }
td.TdClassName
{
border-color: #222D92;
}
.TagClassName
{
border-color: #222D92;
}
</style>