Shades of Ultramarine #2207AB
Tints of Ultramarine #2207AB
RGB
CMYK
RGB Variations
Color information
#2207AB (or 0x2207AB) is known color: Ultramarine. HEX triplet: 22, 07 and AB. RGB value is (34,7,171). Sum of RGB (Red+Green+Blue) = 34+7+171=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #2207AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2207AB is #DDF854. Grayscale: #212121. Windows color (decimal): -14547029 or 11208482. OLE color: 11208482.
HSL color Cylindrical-coordinate representation of color #2207AB: hue angle of 249.88º degrees, saturation: 0.92, 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 #2207AB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 7 | 171 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.33 |
| HSL | 249.88º | 0.92% | 0.35% | - |
| HSV(B) | 249.88º | 0.96% | 0.67% | - |
| XYZ | 8.09 | 3.43 | 38.76 | - |
| YUV | 33.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 171 | 0.80 | 0.96 | 0 | 0.33 | 249.88 | 0.92 | 0.35 |
| Hex | 22 | 7 | AB | 50 | 60 | 0 | 21 | FA | 5C | 23 |
| Octal | 42 | 7 | 253 | 120 | 140 | 0 | 41 | 372 | 134 | 43 |
| Binary | 100010 | 111 | 10101011 | 1010000 | 1100000 | 0 | 100001 | 11111010 | 1011100 | 100011 |
Color Harmonies of #2207AB
Complementary color
Monochromatic Colors of #2207AB
Black with #2207AB
Text Example
Text Example
White with #2207AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2207AB; }
p { color: rgb(34,7,171); }
H1.HeaderClassName
{
color: #2207AB;
}
.AnyTagClassName
{
color: #2207AB;
}
</style>
background-color css
<style>
a { background-color: #2207AB; }
a { background-color: rgb(34,7,171); }
div.DivClassName
{
background-color: #2207AB;
}
.BgClassName
{
background-color: #2207AB;
}
</style>
border-color css
<style>
span { border-color: #2207AB; }
span { border-color: rgb(34,7,171); }
td.TdClassName
{
border-color: #2207AB;
}
.TagClassName
{
border-color: #2207AB;
}
</style>