Shades of Ultramarine #222399
Tints of Ultramarine #222399
RGB
CMYK
RGB Variations
Color information
#222399 (or 0x222399) is known color: Ultramarine. HEX triplet: 22, 23 and 99. RGB value is (34,35,153). Sum of RGB (Red+Green+Blue) = 34+35+153=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #222399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222399 is #DDDC66. Grayscale: #2F2F2F. Windows color (decimal): -14539879 or 10036002. OLE color: 10036002.
HSL color Cylindrical-coordinate representation of color #222399: hue angle of 239.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222399 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 35 | 153 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.4 |
| HSL | 239.5º | 0.64% | 0.37% | - |
| HSV(B) | 239.5º | 0.78% | 0.6% | - |
| XYZ | 7.01 | 3.84 | 30.51 | - |
| YUV | 48.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 153 | 0.78 | 0.77 | 0 | 0.4 | 239.5 | 0.64 | 0.37 |
| Hex | 22 | 23 | 99 | 4E | 4D | 0 | 28 | EF | 40 | 25 |
| Octal | 42 | 43 | 231 | 116 | 115 | 0 | 50 | 357 | 100 | 45 |
| Binary | 100010 | 100011 | 10011001 | 1001110 | 1001101 | 0 | 101000 | 11101111 | 1000000 | 100101 |
Color Harmonies of #222399
Complementary color
Monochromatic Colors of #222399
Black with #222399
Text Example
Text Example
White with #222399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222399; }
p { color: rgb(34,35,153); }
H1.HeaderClassName
{
color: #222399;
}
.AnyTagClassName
{
color: #222399;
}
</style>
background-color css
<style>
a { background-color: #222399; }
a { background-color: rgb(34,35,153); }
div.DivClassName
{
background-color: #222399;
}
.BgClassName
{
background-color: #222399;
}
</style>
border-color css
<style>
span { border-color: #222399; }
span { border-color: rgb(34,35,153); }
td.TdClassName
{
border-color: #222399;
}
.TagClassName
{
border-color: #222399;
}
</style>