Shades of Ultramarine #222299
Tints of Ultramarine #222299
RGB
CMYK
RGB Variations
Color information
#222299 (or 0x222299) is known color: Ultramarine. HEX triplet: 22, 22 and 99. RGB value is (34,34,153). Sum of RGB (Red+Green+Blue) = 34+34+153=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #222299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222299 is #DDDD66. Grayscale: #2F2F2F. Windows color (decimal): -14540135 or 10035746. OLE color: 10035746.
HSL color Cylindrical-coordinate representation of color #222299: hue angle of 240º 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 #222299 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 34 | 153 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.4 |
| HSL | 240º | 0.64% | 0.37% | - |
| HSV(B) | 240º | 0.78% | 0.6% | - |
| XYZ | 6.98 | 3.78 | 30.5 | - |
| YUV | 47.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 153 | 0.78 | 0.78 | 0 | 0.4 | 240 | 0.64 | 0.37 |
| Hex | 22 | 22 | 99 | 4E | 4E | 0 | 28 | F0 | 40 | 25 |
| Octal | 42 | 42 | 231 | 116 | 116 | 0 | 50 | 360 | 100 | 45 |
| Binary | 100010 | 100010 | 10011001 | 1001110 | 1001110 | 0 | 101000 | 11110000 | 1000000 | 100101 |
Color Harmonies of #222299
Complementary color
Monochromatic Colors of #222299
Black with #222299
Text Example
Text Example
White with #222299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222299; }
p { color: rgb(34,34,153); }
H1.HeaderClassName
{
color: #222299;
}
.AnyTagClassName
{
color: #222299;
}
</style>
background-color css
<style>
a { background-color: #222299; }
a { background-color: rgb(34,34,153); }
div.DivClassName
{
background-color: #222299;
}
.BgClassName
{
background-color: #222299;
}
</style>
border-color css
<style>
span { border-color: #222299; }
span { border-color: rgb(34,34,153); }
td.TdClassName
{
border-color: #222299;
}
.TagClassName
{
border-color: #222299;
}
</style>