Shades of Ultramarine #2213AA
Tints of Ultramarine #2213AA
RGB
CMYK
RGB Variations
Color information
#2213AA (or 0x2213AA) is known color: Ultramarine. HEX triplet: 22, 13 and AA. RGB value is (34,19,170). Sum of RGB (Red+Green+Blue) = 34+19+170=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #2213AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2213AA is #DDEC55. Grayscale: #282828. Windows color (decimal): -14543958 or 11146018. OLE color: 11146018.
HSL color Cylindrical-coordinate representation of color #2213AA: hue angle of 245.96º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2213AA is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 19 | 170 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.33 |
| HSL | 245.96º | 0.8% | 0.37% | - |
| HSV(B) | 245.96º | 0.89% | 0.67% | - |
| XYZ | 8.15 | 3.71 | 38.32 | - |
| YUV | 40.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 170 | 0.80 | 0.89 | 0 | 0.33 | 245.96 | 0.8 | 0.37 |
| Hex | 22 | 13 | AA | 50 | 59 | 0 | 21 | F6 | 50 | 25 |
| Octal | 42 | 23 | 252 | 120 | 131 | 0 | 41 | 366 | 120 | 45 |
| Binary | 100010 | 10011 | 10101010 | 1010000 | 1011001 | 0 | 100001 | 11110110 | 1010000 | 100101 |
Color Harmonies of #2213AA
Complementary color
Monochromatic Colors of #2213AA
Black with #2213AA
Text Example
Text Example
White with #2213AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2213AA; }
p { color: rgb(34,19,170); }
H1.HeaderClassName
{
color: #2213AA;
}
.AnyTagClassName
{
color: #2213AA;
}
</style>
background-color css
<style>
a { background-color: #2213AA; }
a { background-color: rgb(34,19,170); }
div.DivClassName
{
background-color: #2213AA;
}
.BgClassName
{
background-color: #2213AA;
}
</style>
border-color css
<style>
span { border-color: #2213AA; }
span { border-color: rgb(34,19,170); }
td.TdClassName
{
border-color: #2213AA;
}
.TagClassName
{
border-color: #2213AA;
}
</style>