Shades of Ultramarine #222191
Tints of Ultramarine #222191
RGB
CMYK
RGB Variations
Color information
#222191 (or 0x222191) is known color: Ultramarine. HEX triplet: 22, 21 and 91. RGB value is (34,33,145). Sum of RGB (Red+Green+Blue) = 34+33+145=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #222191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222191 is #DDDE6E. Grayscale: #2D2D2D. Windows color (decimal): -14540399 or 9511202. OLE color: 9511202.
HSL color Cylindrical-coordinate representation of color #222191: hue angle of 240.54º degrees, saturation: 0.63, 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 #222191 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 33 | 145 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.43 |
| HSL | 240.54º | 0.63% | 0.35% | - |
| HSV(B) | 240.54º | 0.77% | 0.57% | - |
| XYZ | 6.31 | 3.47 | 27.13 | - |
| YUV | 46.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 145 | 0.77 | 0.77 | 0 | 0.43 | 240.54 | 0.63 | 0.35 |
| Hex | 22 | 21 | 91 | 4D | 4D | 0 | 2B | F1 | 3F | 23 |
| Octal | 42 | 41 | 221 | 115 | 115 | 0 | 53 | 361 | 77 | 43 |
| Binary | 100010 | 100001 | 10010001 | 1001101 | 1001101 | 0 | 101011 | 11110001 | 111111 | 100011 |
Color Harmonies of #222191
Complementary color
Monochromatic Colors of #222191
Black with #222191
Text Example
Text Example
White with #222191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222191; }
p { color: rgb(34,33,145); }
H1.HeaderClassName
{
color: #222191;
}
.AnyTagClassName
{
color: #222191;
}
</style>
background-color css
<style>
a { background-color: #222191; }
a { background-color: rgb(34,33,145); }
div.DivClassName
{
background-color: #222191;
}
.BgClassName
{
background-color: #222191;
}
</style>
border-color css
<style>
span { border-color: #222191; }
span { border-color: rgb(34,33,145); }
td.TdClassName
{
border-color: #222191;
}
.TagClassName
{
border-color: #222191;
}
</style>