Shades of Ultramarine #222091
Tints of Ultramarine #222091
RGB
CMYK
RGB Variations
Color information
#222091 (or 0x222091) is known color: Ultramarine. HEX triplet: 22, 20 and 91. RGB value is (34,32,145). Sum of RGB (Red+Green+Blue) = 34+32+145=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #222091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222091 is #DDDF6E. Grayscale: #2D2D2D. Windows color (decimal): -14540655 or 9510946. OLE color: 9510946.
HSL color Cylindrical-coordinate representation of color #222091: hue angle of 241.06º 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 #222091 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 32 | 145 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.43 |
| HSL | 241.06º | 0.64% | 0.35% | - |
| HSV(B) | 241.06º | 0.78% | 0.57% | - |
| XYZ | 6.29 | 3.42 | 27.12 | - |
| YUV | 45.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 145 | 0.77 | 0.78 | 0 | 0.43 | 241.06 | 0.64 | 0.35 |
| Hex | 22 | 20 | 91 | 4D | 4E | 0 | 2B | F1 | 40 | 23 |
| Octal | 42 | 40 | 221 | 115 | 116 | 0 | 53 | 361 | 100 | 43 |
| Binary | 100010 | 100000 | 10010001 | 1001101 | 1001110 | 0 | 101011 | 11110001 | 1000000 | 100011 |
Color Harmonies of #222091
Complementary color
Monochromatic Colors of #222091
Black with #222091
Text Example
Text Example
White with #222091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222091; }
p { color: rgb(34,32,145); }
H1.HeaderClassName
{
color: #222091;
}
.AnyTagClassName
{
color: #222091;
}
</style>
background-color css
<style>
a { background-color: #222091; }
a { background-color: rgb(34,32,145); }
div.DivClassName
{
background-color: #222091;
}
.BgClassName
{
background-color: #222091;
}
</style>
border-color css
<style>
span { border-color: #222091; }
span { border-color: rgb(34,32,145); }
td.TdClassName
{
border-color: #222091;
}
.TagClassName
{
border-color: #222091;
}
</style>