Shades of Ultramarine #222195
Tints of Ultramarine #222195
RGB
CMYK
RGB Variations
Color information
#222195 (or 0x222195) is known color: Ultramarine. HEX triplet: 22, 21 and 95. RGB value is (34,33,149). Sum of RGB (Red+Green+Blue) = 34+33+149=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #222195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222195 is #DDDE6A. Grayscale: #2E2E2E. Windows color (decimal): -14540395 or 9773346. OLE color: 9773346.
HSL color Cylindrical-coordinate representation of color #222195: hue angle of 240.52º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222195 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 33 | 149 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.42 |
| HSL | 240.52º | 0.64% | 0.36% | - |
| HSV(B) | 240.52º | 0.78% | 0.58% | - |
| XYZ | 6.63 | 3.6 | 28.78 | - |
| YUV | 46.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 149 | 0.77 | 0.78 | 0 | 0.42 | 240.52 | 0.64 | 0.36 |
| Hex | 22 | 21 | 95 | 4D | 4E | 0 | 2A | F1 | 40 | 24 |
| Octal | 42 | 41 | 225 | 115 | 116 | 0 | 52 | 361 | 100 | 44 |
| Binary | 100010 | 100001 | 10010101 | 1001101 | 1001110 | 0 | 101010 | 11110001 | 1000000 | 100100 |
Color Harmonies of #222195
Complementary color
Monochromatic Colors of #222195
Black with #222195
Text Example
Text Example
White with #222195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222195; }
p { color: rgb(34,33,149); }
H1.HeaderClassName
{
color: #222195;
}
.AnyTagClassName
{
color: #222195;
}
</style>
background-color css
<style>
a { background-color: #222195; }
a { background-color: rgb(34,33,149); }
div.DivClassName
{
background-color: #222195;
}
.BgClassName
{
background-color: #222195;
}
</style>
border-color css
<style>
span { border-color: #222195; }
span { border-color: rgb(34,33,149); }
td.TdClassName
{
border-color: #222195;
}
.TagClassName
{
border-color: #222195;
}
</style>