Shades of Ultramarine #222297
Tints of Ultramarine #222297
RGB
CMYK
RGB Variations
Color information
#222297 (or 0x222297) is known color: Ultramarine. HEX triplet: 22, 22 and 97. RGB value is (34,34,151). Sum of RGB (Red+Green+Blue) = 34+34+151=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #222297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222297 is #DDDD68. Grayscale: #2E2E2E. Windows color (decimal): -14540137 or 9904674. OLE color: 9904674.
HSL color Cylindrical-coordinate representation of color #222297: hue angle of 240º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222297 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 34 | 151 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.41 |
| HSL | 240º | 0.63% | 0.36% | - |
| HSV(B) | 240º | 0.77% | 0.59% | - |
| XYZ | 6.82 | 3.72 | 29.64 | - |
| YUV | 47.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 151 | 0.77 | 0.77 | 0 | 0.41 | 240 | 0.63 | 0.36 |
| Hex | 22 | 22 | 97 | 4D | 4D | 0 | 29 | F0 | 3F | 24 |
| Octal | 42 | 42 | 227 | 115 | 115 | 0 | 51 | 360 | 77 | 44 |
| Binary | 100010 | 100010 | 10010111 | 1001101 | 1001101 | 0 | 101001 | 11110000 | 111111 | 100100 |
Color Harmonies of #222297
Complementary color
Monochromatic Colors of #222297
Black with #222297
Text Example
Text Example
White with #222297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222297; }
p { color: rgb(34,34,151); }
H1.HeaderClassName
{
color: #222297;
}
.AnyTagClassName
{
color: #222297;
}
</style>
background-color css
<style>
a { background-color: #222297; }
a { background-color: rgb(34,34,151); }
div.DivClassName
{
background-color: #222297;
}
.BgClassName
{
background-color: #222297;
}
</style>
border-color css
<style>
span { border-color: #222297; }
span { border-color: rgb(34,34,151); }
td.TdClassName
{
border-color: #222297;
}
.TagClassName
{
border-color: #222297;
}
</style>