Shades of Ultramarine #2203AC
Tints of Ultramarine #2203AC
RGB
CMYK
RGB Variations
Color information
#2203AC (or 0x2203AC) is known color: Ultramarine. HEX triplet: 22, 03 and AC. RGB value is (34,3,172). Sum of RGB (Red+Green+Blue) = 34+3+172=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #2203AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2203AC is #DDFC53. Grayscale: #1E1E1E. Windows color (decimal): -14548052 or 11272994. OLE color: 11272994.
HSL color Cylindrical-coordinate representation of color #2203AC: hue angle of 251.01º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2203AC is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 3 | 172 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.33 |
| HSL | 251.01º | 0.97% | 0.34% | - |
| HSV(B) | 251.01º | 0.98% | 0.67% | - |
| XYZ | 8.14 | 3.38 | 39.25 | - |
| YUV | 31.54 | 207.27 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 172 | 0.80 | 0.98 | 0 | 0.33 | 251.01 | 0.97 | 0.34 |
| Hex | 22 | 3 | AC | 50 | 62 | 0 | 21 | FB | 61 | 22 |
| Octal | 42 | 3 | 254 | 120 | 142 | 0 | 41 | 373 | 141 | 42 |
| Binary | 100010 | 11 | 10101100 | 1010000 | 1100010 | 0 | 100001 | 11111011 | 1100001 | 100010 |
Color Harmonies of #2203AC
Complementary color
Monochromatic Colors of #2203AC
Black with #2203AC
Text Example
Text Example
White with #2203AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2203AC; }
p { color: rgb(34,3,172); }
H1.HeaderClassName
{
color: #2203AC;
}
.AnyTagClassName
{
color: #2203AC;
}
</style>
background-color css
<style>
a { background-color: #2203AC; }
a { background-color: rgb(34,3,172); }
div.DivClassName
{
background-color: #2203AC;
}
.BgClassName
{
background-color: #2203AC;
}
</style>
border-color css
<style>
span { border-color: #2203AC; }
span { border-color: rgb(34,3,172); }
td.TdClassName
{
border-color: #2203AC;
}
.TagClassName
{
border-color: #2203AC;
}
</style>