Shades of Ultramarine #2207AC
Tints of Ultramarine #2207AC
RGB
CMYK
RGB Variations
Color information
#2207AC (or 0x2207AC) is known color: Ultramarine. HEX triplet: 22, 07 and AC. RGB value is (34,7,172). Sum of RGB (Red+Green+Blue) = 34+7+172=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #2207AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2207AC is #DDF853. Grayscale: #212121. Windows color (decimal): -14547028 or 11274018. OLE color: 11274018.
HSL color Cylindrical-coordinate representation of color #2207AC: hue angle of 249.82º 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 #2207AC is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 7 | 172 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.33 |
| HSL | 249.82º | 0.92% | 0.35% | - |
| HSV(B) | 249.82º | 0.96% | 0.67% | - |
| XYZ | 8.18 | 3.47 | 39.27 | - |
| YUV | 33.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 172 | 0.80 | 0.96 | 0 | 0.33 | 249.82 | 0.92 | 0.35 |
| Hex | 22 | 7 | AC | 50 | 60 | 0 | 21 | FA | 5C | 23 |
| Octal | 42 | 7 | 254 | 120 | 140 | 0 | 41 | 372 | 134 | 43 |
| Binary | 100010 | 111 | 10101100 | 1010000 | 1100000 | 0 | 100001 | 11111010 | 1011100 | 100011 |
Color Harmonies of #2207AC
Complementary color
Monochromatic Colors of #2207AC
Black with #2207AC
Text Example
Text Example
White with #2207AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2207AC; }
p { color: rgb(34,7,172); }
H1.HeaderClassName
{
color: #2207AC;
}
.AnyTagClassName
{
color: #2207AC;
}
</style>
background-color css
<style>
a { background-color: #2207AC; }
a { background-color: rgb(34,7,172); }
div.DivClassName
{
background-color: #2207AC;
}
.BgClassName
{
background-color: #2207AC;
}
</style>
border-color css
<style>
span { border-color: #2207AC; }
span { border-color: rgb(34,7,172); }
td.TdClassName
{
border-color: #2207AC;
}
.TagClassName
{
border-color: #2207AC;
}
</style>