Shades of Ultramarine #2206B0
Tints of Ultramarine #2206B0
RGB
CMYK
RGB Variations
Color information
#2206B0 (or 0x2206B0) is known color: Ultramarine. HEX triplet: 22, 06 and B0. RGB value is (34,6,176). Sum of RGB (Red+Green+Blue) = 34+6+176=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 176 (69.14% from 255 or 81.48% from 216); Max value from RGB is 176 - color contains mainly: blue. Hex color #2206B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2206B0 is #DDF94F. Grayscale: #212121. Windows color (decimal): -14547280 or 11535906. OLE color: 11535906.
HSL color Cylindrical-coordinate representation of color #2206B0: hue angle of 249.88º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206B0 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 6 | 176 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.31 |
| HSL | 249.88º | 0.93% | 0.36% | - |
| HSV(B) | 249.88º | 0.97% | 0.69% | - |
| XYZ | 8.56 | 3.6 | 41.32 | - |
| YUV | 33.75 | 208.28 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 176 | 0.81 | 0.97 | 0 | 0.31 | 249.88 | 0.93 | 0.36 |
| Hex | 22 | 6 | B0 | 51 | 61 | 0 | 1F | FA | 5D | 24 |
| Octal | 42 | 6 | 260 | 121 | 141 | 0 | 37 | 372 | 135 | 44 |
| Binary | 100010 | 110 | 10110000 | 1010001 | 1100001 | 0 | 11111 | 11111010 | 1011101 | 100100 |
Color Harmonies of #2206B0
Complementary color
Monochromatic Colors of #2206B0
Black with #2206B0
Text Example
Text Example
White with #2206B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2206B0; }
p { color: rgb(34,6,176); }
H1.HeaderClassName
{
color: #2206B0;
}
.AnyTagClassName
{
color: #2206B0;
}
</style>
background-color css
<style>
a { background-color: #2206B0; }
a { background-color: rgb(34,6,176); }
div.DivClassName
{
background-color: #2206B0;
}
.BgClassName
{
background-color: #2206B0;
}
</style>
border-color css
<style>
span { border-color: #2206B0; }
span { border-color: rgb(34,6,176); }
td.TdClassName
{
border-color: #2206B0;
}
.TagClassName
{
border-color: #2206B0;
}
</style>