Shades of Ultramarine #2213AC
Tints of Ultramarine #2213AC
RGB
CMYK
RGB Variations
Color information
#2213AC (or 0x2213AC) is known color: Ultramarine. HEX triplet: 22, 13 and AC. RGB value is (34,19,172). Sum of RGB (Red+Green+Blue) = 34+19+172=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #2213AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2213AC is #DDEC53. Grayscale: #282828. Windows color (decimal): -14543956 or 11277090. OLE color: 11277090.
HSL color Cylindrical-coordinate representation of color #2213AC: hue angle of 245.88º 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 #2213AC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 19 | 172 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.33 |
| HSL | 245.88º | 0.8% | 0.37% | - |
| HSV(B) | 245.88º | 0.89% | 0.67% | - |
| XYZ | 8.34 | 3.78 | 39.32 | - |
| YUV | 40.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 172 | 0.80 | 0.89 | 0 | 0.33 | 245.88 | 0.8 | 0.37 |
| Hex | 22 | 13 | AC | 50 | 59 | 0 | 21 | F6 | 50 | 25 |
| Octal | 42 | 23 | 254 | 120 | 131 | 0 | 41 | 366 | 120 | 45 |
| Binary | 100010 | 10011 | 10101100 | 1010000 | 1011001 | 0 | 100001 | 11110110 | 1010000 | 100101 |
Color Harmonies of #2213AC
Complementary color
Monochromatic Colors of #2213AC
Black with #2213AC
Text Example
Text Example
White with #2213AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2213AC; }
p { color: rgb(34,19,172); }
H1.HeaderClassName
{
color: #2213AC;
}
.AnyTagClassName
{
color: #2213AC;
}
</style>
background-color css
<style>
a { background-color: #2213AC; }
a { background-color: rgb(34,19,172); }
div.DivClassName
{
background-color: #2213AC;
}
.BgClassName
{
background-color: #2213AC;
}
</style>
border-color css
<style>
span { border-color: #2213AC; }
span { border-color: rgb(34,19,172); }
td.TdClassName
{
border-color: #2213AC;
}
.TagClassName
{
border-color: #2213AC;
}
</style>