Shades of Egyptian Blue #222DA1
Tints of Egyptian Blue #222DA1
RGB
CMYK
RGB Variations
Color information
#222DA1 (or 0x222DA1) is known color: Egyptian Blue. HEX triplet: 22, 2D and A1. RGB value is (34,45,161). Sum of RGB (Red+Green+Blue) = 34+45+161=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #222DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222DA1 is #DDD25E. Grayscale: #363636. Windows color (decimal): -14537311 or 10562850. OLE color: 10562850.
HSL color Cylindrical-coordinate representation of color #222DA1: hue angle of 234.8º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #222DA1 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 45 | 161 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.37 |
| HSL | 234.8º | 0.65% | 0.38% | - |
| HSV(B) | 234.8º | 0.79% | 0.63% | - |
| XYZ | 8.03 | 4.79 | 34.22 | - |
| YUV | 54.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 161 | 0.79 | 0.72 | 0 | 0.37 | 234.8 | 0.65 | 0.38 |
| Hex | 22 | 2D | A1 | 4F | 48 | 0 | 25 | EB | 41 | 26 |
| Octal | 42 | 55 | 241 | 117 | 110 | 0 | 45 | 353 | 101 | 46 |
| Binary | 100010 | 101101 | 10100001 | 1001111 | 1001000 | 0 | 100101 | 11101011 | 1000001 | 100110 |
Color Harmonies of #222DA1
Complementary color
Monochromatic Colors of #222DA1
Black with #222DA1
Text Example
Text Example
White with #222DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DA1; }
p { color: rgb(34,45,161); }
H1.HeaderClassName
{
color: #222DA1;
}
.AnyTagClassName
{
color: #222DA1;
}
</style>
background-color css
<style>
a { background-color: #222DA1; }
a { background-color: rgb(34,45,161); }
div.DivClassName
{
background-color: #222DA1;
}
.BgClassName
{
background-color: #222DA1;
}
</style>
border-color css
<style>
span { border-color: #222DA1; }
span { border-color: rgb(34,45,161); }
td.TdClassName
{
border-color: #222DA1;
}
.TagClassName
{
border-color: #222DA1;
}
</style>