Shades of Ultramarine #2210A8
Tints of Ultramarine #2210A8
RGB
CMYK
RGB Variations
Color information
#2210A8 (or 0x2210A8) is known color: Ultramarine. HEX triplet: 22, 10 and A8. RGB value is (34,16,168). Sum of RGB (Red+Green+Blue) = 34+16+168=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 168 (66.02% from 255 or 77.06% from 218); Max value from RGB is 168 - color contains mainly: blue. Hex color #2210A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2210A8 is #DDEF57. Grayscale: #262626. Windows color (decimal): -14544728 or 11014178. OLE color: 11014178.
HSL color Cylindrical-coordinate representation of color #2210A8: hue angle of 247.11º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2210A8 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 34 | 16 | 168 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.34 |
| HSL | 247.11º | 0.83% | 0.36% | - |
| HSV(B) | 247.11º | 0.9% | 0.66% | - |
| XYZ | 7.91 | 3.54 | 37.31 | - |
| YUV | 38.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 168 | 0.80 | 0.90 | 0 | 0.34 | 247.11 | 0.83 | 0.36 |
| Hex | 22 | 10 | A8 | 50 | 5A | 0 | 22 | F7 | 53 | 24 |
| Octal | 42 | 20 | 250 | 120 | 132 | 0 | 42 | 367 | 123 | 44 |
| Binary | 100010 | 10000 | 10101000 | 1010000 | 1011010 | 0 | 100010 | 11110111 | 1010011 | 100100 |
Color Harmonies of #2210A8
Complementary color
Monochromatic Colors of #2210A8
Black with #2210A8
Text Example
Text Example
White with #2210A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210A8; }
p { color: rgb(34,16,168); }
H1.HeaderClassName
{
color: #2210A8;
}
.AnyTagClassName
{
color: #2210A8;
}
</style>
background-color css
<style>
a { background-color: #2210A8; }
a { background-color: rgb(34,16,168); }
div.DivClassName
{
background-color: #2210A8;
}
.BgClassName
{
background-color: #2210A8;
}
</style>
border-color css
<style>
span { border-color: #2210A8; }
span { border-color: rgb(34,16,168); }
td.TdClassName
{
border-color: #2210A8;
}
.TagClassName
{
border-color: #2210A8;
}
</style>