Shades of Ultramarine #22208C
Tints of Ultramarine #22208C
RGB
CMYK
RGB Variations
Color information
#22208C (or 0x22208C) is known color: Ultramarine. HEX triplet: 22, 20 and 8C. RGB value is (34,32,140). Sum of RGB (Red+Green+Blue) = 34+32+140=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #22208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22208C is #DDDF73. Grayscale: #2C2C2C. Windows color (decimal): -14540660 or 9183266. OLE color: 9183266.
HSL color Cylindrical-coordinate representation of color #22208C: hue angle of 241.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22208C is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 32 | 140 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.45 |
| HSL | 241.11º | 0.63% | 0.34% | - |
| HSV(B) | 241.11º | 0.77% | 0.55% | - |
| XYZ | 5.91 | 3.27 | 25.13 | - |
| YUV | 44.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 140 | 0.76 | 0.77 | 0 | 0.45 | 241.11 | 0.63 | 0.34 |
| Hex | 22 | 20 | 8C | 4C | 4D | 0 | 2D | F1 | 3F | 22 |
| Octal | 42 | 40 | 214 | 114 | 115 | 0 | 55 | 361 | 77 | 42 |
| Binary | 100010 | 100000 | 10001100 | 1001100 | 1001101 | 0 | 101101 | 11110001 | 111111 | 100010 |
Color Harmonies of #22208C
Complementary color
Monochromatic Colors of #22208C
Black with #22208C
Text Example
Text Example
White with #22208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22208C; }
p { color: rgb(34,32,140); }
H1.HeaderClassName
{
color: #22208C;
}
.AnyTagClassName
{
color: #22208C;
}
</style>
background-color css
<style>
a { background-color: #22208C; }
a { background-color: rgb(34,32,140); }
div.DivClassName
{
background-color: #22208C;
}
.BgClassName
{
background-color: #22208C;
}
</style>
border-color css
<style>
span { border-color: #22208C; }
span { border-color: rgb(34,32,140); }
td.TdClassName
{
border-color: #22208C;
}
.TagClassName
{
border-color: #22208C;
}
</style>