Shades of Ultramarine #22208D
Tints of Ultramarine #22208D
RGB
CMYK
RGB Variations
Color information
#22208D (or 0x22208D) is known color: Ultramarine. HEX triplet: 22, 20 and 8D. RGB value is (34,32,141). Sum of RGB (Red+Green+Blue) = 34+32+141=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #22208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22208D is #DDDF72. Grayscale: #2C2C2C. Windows color (decimal): -14540659 or 9248802. OLE color: 9248802.
HSL color Cylindrical-coordinate representation of color #22208D: hue angle of 241.1º 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 #22208D is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 32 | 141 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.45 |
| HSL | 241.1º | 0.63% | 0.34% | - |
| HSV(B) | 241.1º | 0.77% | 0.55% | - |
| XYZ | 5.98 | 3.3 | 25.52 | - |
| YUV | 45.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 141 | 0.76 | 0.77 | 0 | 0.45 | 241.1 | 0.63 | 0.34 |
| Hex | 22 | 20 | 8D | 4C | 4D | 0 | 2D | F1 | 3F | 22 |
| Octal | 42 | 40 | 215 | 114 | 115 | 0 | 55 | 361 | 77 | 42 |
| Binary | 100010 | 100000 | 10001101 | 1001100 | 1001101 | 0 | 101101 | 11110001 | 111111 | 100010 |
Color Harmonies of #22208D
Complementary color
Monochromatic Colors of #22208D
Black with #22208D
Text Example
Text Example
White with #22208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22208D; }
p { color: rgb(34,32,141); }
H1.HeaderClassName
{
color: #22208D;
}
.AnyTagClassName
{
color: #22208D;
}
</style>
background-color css
<style>
a { background-color: #22208D; }
a { background-color: rgb(34,32,141); }
div.DivClassName
{
background-color: #22208D;
}
.BgClassName
{
background-color: #22208D;
}
</style>
border-color css
<style>
span { border-color: #22208D; }
span { border-color: rgb(34,32,141); }
td.TdClassName
{
border-color: #22208D;
}
.TagClassName
{
border-color: #22208D;
}
</style>