Shades of Ultramarine #2206AB
Tints of Ultramarine #2206AB
RGB
CMYK
RGB Variations
Color information
#2206AB (or 0x2206AB) is known color: Ultramarine. HEX triplet: 22, 06 and AB. RGB value is (34,6,171). Sum of RGB (Red+Green+Blue) = 34+6+171=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #2206AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2206AB is #DDF954. Grayscale: #202020. Windows color (decimal): -14547285 or 11208226. OLE color: 11208226.
HSL color Cylindrical-coordinate representation of color #2206AB: hue angle of 250.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2206AB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 6 | 171 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.33 |
| HSL | 250.18º | 0.93% | 0.35% | - |
| HSV(B) | 250.18º | 0.96% | 0.67% | - |
| XYZ | 8.08 | 3.41 | 38.76 | - |
| YUV | 33.18 | 205.78 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 171 | 0.80 | 0.96 | 0 | 0.33 | 250.18 | 0.93 | 0.35 |
| Hex | 22 | 6 | AB | 50 | 60 | 0 | 21 | FA | 5D | 23 |
| Octal | 42 | 6 | 253 | 120 | 140 | 0 | 41 | 372 | 135 | 43 |
| Binary | 100010 | 110 | 10101011 | 1010000 | 1100000 | 0 | 100001 | 11111010 | 1011101 | 100011 |
Color Harmonies of #2206AB
Complementary color
Monochromatic Colors of #2206AB
Black with #2206AB
Text Example
Text Example
White with #2206AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2206AB; }
p { color: rgb(34,6,171); }
H1.HeaderClassName
{
color: #2206AB;
}
.AnyTagClassName
{
color: #2206AB;
}
</style>
background-color css
<style>
a { background-color: #2206AB; }
a { background-color: rgb(34,6,171); }
div.DivClassName
{
background-color: #2206AB;
}
.BgClassName
{
background-color: #2206AB;
}
</style>
border-color css
<style>
span { border-color: #2206AB; }
span { border-color: rgb(34,6,171); }
td.TdClassName
{
border-color: #2206AB;
}
.TagClassName
{
border-color: #2206AB;
}
</style>