Shades of Ultramarine #2215AB
Tints of Ultramarine #2215AB
RGB
CMYK
RGB Variations
Color information
#2215AB (or 0x2215AB) is known color: Ultramarine. HEX triplet: 22, 15 and AB. RGB value is (34,21,171). Sum of RGB (Red+Green+Blue) = 34+21+171=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #2215AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2215AB is #DDEA54. Grayscale: #292929. Windows color (decimal): -14543445 or 11212066. OLE color: 11212066.
HSL color Cylindrical-coordinate representation of color #2215AB: hue angle of 245.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2215AB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 21 | 171 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.33 |
| HSL | 245.2º | 0.78% | 0.38% | - |
| HSV(B) | 245.2º | 0.88% | 0.67% | - |
| XYZ | 8.28 | 3.82 | 38.83 | - |
| YUV | 41.99 | 200.81 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 171 | 0.80 | 0.88 | 0 | 0.33 | 245.2 | 0.78 | 0.38 |
| Hex | 22 | 15 | AB | 50 | 58 | 0 | 21 | F5 | 4E | 26 |
| Octal | 42 | 25 | 253 | 120 | 130 | 0 | 41 | 365 | 116 | 46 |
| Binary | 100010 | 10101 | 10101011 | 1010000 | 1011000 | 0 | 100001 | 11110101 | 1001110 | 100110 |
Color Harmonies of #2215AB
Complementary color
Monochromatic Colors of #2215AB
Black with #2215AB
Text Example
Text Example
White with #2215AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2215AB; }
p { color: rgb(34,21,171); }
H1.HeaderClassName
{
color: #2215AB;
}
.AnyTagClassName
{
color: #2215AB;
}
</style>
background-color css
<style>
a { background-color: #2215AB; }
a { background-color: rgb(34,21,171); }
div.DivClassName
{
background-color: #2215AB;
}
.BgClassName
{
background-color: #2215AB;
}
</style>
border-color css
<style>
span { border-color: #2215AB; }
span { border-color: rgb(34,21,171); }
td.TdClassName
{
border-color: #2215AB;
}
.TagClassName
{
border-color: #2215AB;
}
</style>