Shades of Ultramarine #2200AA
Tints of Ultramarine #2200AA
RGB
CMYK
RGB Variations
Color information
#2200AA (or 0x2200AA) is known color: Ultramarine. HEX triplet: 22, 00 and AA. RGB value is (34,0,170). Sum of RGB (Red+Green+Blue) = 34+0+170=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #2200AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2200AA is #DDFF55. Grayscale: #1C1C1C. Windows color (decimal): -14548822 or 11141154. OLE color: 11141154.
HSL color Cylindrical-coordinate representation of color #2200AA: hue angle of 252º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200AA is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 0 | 170 | - |
| CMYK | 0.80 | 1 | 0 | 0.33 |
| HSL | 252º | 1% | 0.33% | - |
| HSV(B) | 252º | 1% | 0.67% | - |
| XYZ | 7.92 | 3.24 | 38.24 | - |
| YUV | 29.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 170 | 0.80 | 1 | 0 | 0.33 | 252 | 1 | 0.33 |
| Hex | 22 | 0 | AA | 50 | 64 | 0 | 21 | FC | 64 | 21 |
| Octal | 42 | 0 | 252 | 120 | 144 | 0 | 41 | 374 | 144 | 41 |
| Binary | 100010 | 0 | 10101010 | 1010000 | 1100100 | 0 | 100001 | 11111100 | 1100100 | 100001 |
Color Harmonies of #2200AA
Complementary color
Monochromatic Colors of #2200AA
Black with #2200AA
Text Example
Text Example
White with #2200AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200AA; }
p { color: rgb(34,0,170); }
H1.HeaderClassName
{
color: #2200AA;
}
.AnyTagClassName
{
color: #2200AA;
}
</style>
background-color css
<style>
a { background-color: #2200AA; }
a { background-color: rgb(34,0,170); }
div.DivClassName
{
background-color: #2200AA;
}
.BgClassName
{
background-color: #2200AA;
}
</style>
border-color css
<style>
span { border-color: #2200AA; }
span { border-color: rgb(34,0,170); }
td.TdClassName
{
border-color: #2200AA;
}
.TagClassName
{
border-color: #2200AA;
}
</style>