Shades of Ultramarine #222190
Tints of Ultramarine #222190
RGB
CMYK
RGB Variations
Color information
#222190 (or 0x222190) is known color: Ultramarine. HEX triplet: 22, 21 and 90. RGB value is (34,33,144). Sum of RGB (Red+Green+Blue) = 34+33+144=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #222190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222190 is #DDDE6F. Grayscale: #2D2D2D. Windows color (decimal): -14540400 or 9445666. OLE color: 9445666.
HSL color Cylindrical-coordinate representation of color #222190: hue angle of 240.54º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222190 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 33 | 144 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.44 |
| HSL | 240.54º | 0.63% | 0.35% | - |
| HSV(B) | 240.54º | 0.77% | 0.56% | - |
| XYZ | 6.24 | 3.44 | 26.72 | - |
| YUV | 45.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 144 | 0.76 | 0.77 | 0 | 0.44 | 240.54 | 0.63 | 0.35 |
| Hex | 22 | 21 | 90 | 4C | 4D | 0 | 2C | F1 | 3F | 23 |
| Octal | 42 | 41 | 220 | 114 | 115 | 0 | 54 | 361 | 77 | 43 |
| Binary | 100010 | 100001 | 10010000 | 1001100 | 1001101 | 0 | 101100 | 11110001 | 111111 | 100011 |
Color Harmonies of #222190
Complementary color
Monochromatic Colors of #222190
Black with #222190
Text Example
Text Example
White with #222190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222190; }
p { color: rgb(34,33,144); }
H1.HeaderClassName
{
color: #222190;
}
.AnyTagClassName
{
color: #222190;
}
</style>
background-color css
<style>
a { background-color: #222190; }
a { background-color: rgb(34,33,144); }
div.DivClassName
{
background-color: #222190;
}
.BgClassName
{
background-color: #222190;
}
</style>
border-color css
<style>
span { border-color: #222190; }
span { border-color: rgb(34,33,144); }
td.TdClassName
{
border-color: #222190;
}
.TagClassName
{
border-color: #222190;
}
</style>