Shades of Ultramarine #222092
Tints of Ultramarine #222092
RGB
CMYK
RGB Variations
Color information
#222092 (or 0x222092) is known color: Ultramarine. HEX triplet: 22, 20 and 92. RGB value is (34,32,146). Sum of RGB (Red+Green+Blue) = 34+32+146=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #222092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222092 is #DDDF6D. Grayscale: #2D2D2D. Windows color (decimal): -14540654 or 9576482. OLE color: 9576482.
HSL color Cylindrical-coordinate representation of color #222092: hue angle of 241.05º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222092 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 32 | 146 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.43 |
| HSL | 241.05º | 0.64% | 0.35% | - |
| HSV(B) | 241.05º | 0.78% | 0.57% | - |
| XYZ | 6.36 | 3.45 | 27.52 | - |
| YUV | 45.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 146 | 0.77 | 0.78 | 0 | 0.43 | 241.05 | 0.64 | 0.35 |
| Hex | 22 | 20 | 92 | 4D | 4E | 0 | 2B | F1 | 40 | 23 |
| Octal | 42 | 40 | 222 | 115 | 116 | 0 | 53 | 361 | 100 | 43 |
| Binary | 100010 | 100000 | 10010010 | 1001101 | 1001110 | 0 | 101011 | 11110001 | 1000000 | 100011 |
Color Harmonies of #222092
Complementary color
Monochromatic Colors of #222092
Black with #222092
Text Example
Text Example
White with #222092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222092; }
p { color: rgb(34,32,146); }
H1.HeaderClassName
{
color: #222092;
}
.AnyTagClassName
{
color: #222092;
}
</style>
background-color css
<style>
a { background-color: #222092; }
a { background-color: rgb(34,32,146); }
div.DivClassName
{
background-color: #222092;
}
.BgClassName
{
background-color: #222092;
}
</style>
border-color css
<style>
span { border-color: #222092; }
span { border-color: rgb(34,32,146); }
td.TdClassName
{
border-color: #222092;
}
.TagClassName
{
border-color: #222092;
}
</style>