Shades of Ultramarine #2210AE
Tints of Ultramarine #2210AE
RGB
CMYK
RGB Variations
Color information
#2210AE (or 0x2210AE) is known color: Ultramarine. HEX triplet: 22, 10 and AE. RGB value is (34,16,174). Sum of RGB (Red+Green+Blue) = 34+16+174=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #2210AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2210AE is #DDEF51. Grayscale: #262626. Windows color (decimal): -14544722 or 11407394. OLE color: 11407394.
HSL color Cylindrical-coordinate representation of color #2210AE: hue angle of 246.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2210AE is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 16 | 174 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.32 |
| HSL | 246.84º | 0.83% | 0.37% | - |
| HSV(B) | 246.84º | 0.91% | 0.68% | - |
| XYZ | 8.48 | 3.77 | 40.32 | - |
| YUV | 39.39 | 203.96 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 174 | 0.80 | 0.91 | 0 | 0.32 | 246.84 | 0.83 | 0.37 |
| Hex | 22 | 10 | AE | 50 | 5B | 0 | 20 | F7 | 53 | 25 |
| Octal | 42 | 20 | 256 | 120 | 133 | 0 | 40 | 367 | 123 | 45 |
| Binary | 100010 | 10000 | 10101110 | 1010000 | 1011011 | 0 | 100000 | 11110111 | 1010011 | 100101 |
Color Harmonies of #2210AE
Complementary color
Monochromatic Colors of #2210AE
Black with #2210AE
Text Example
Text Example
White with #2210AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210AE; }
p { color: rgb(34,16,174); }
H1.HeaderClassName
{
color: #2210AE;
}
.AnyTagClassName
{
color: #2210AE;
}
</style>
background-color css
<style>
a { background-color: #2210AE; }
a { background-color: rgb(34,16,174); }
div.DivClassName
{
background-color: #2210AE;
}
.BgClassName
{
background-color: #2210AE;
}
</style>
border-color css
<style>
span { border-color: #2210AE; }
span { border-color: rgb(34,16,174); }
td.TdClassName
{
border-color: #2210AE;
}
.TagClassName
{
border-color: #2210AE;
}
</style>