Shades of Ultramarine #3212AC
Tints of Ultramarine #3212AC
RGB
CMYK
RGB Variations
Color information
#3212AC (or 0x3212AC) is known color: Ultramarine. HEX triplet: 32, 12 and AC. RGB value is (50,18,172). Sum of RGB (Red+Green+Blue) = 50+18+172=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3212AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3212AC is #CDED53. Grayscale: #2C2C2C. Windows color (decimal): -13495636 or 11276850. OLE color: 11276850.
HSL color Cylindrical-coordinate representation of color #3212AC: hue angle of 252.47º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3212AC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 18 | 172 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.33 |
| HSL | 252.47º | 0.81% | 0.37% | - |
| HSV(B) | 252.47º | 0.9% | 0.67% | - |
| XYZ | 8.98 | 4.09 | 39.35 | - |
| YUV | 45.12 | 199.6 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 172 | 0.71 | 0.90 | 0 | 0.33 | 252.47 | 0.81 | 0.37 |
| Hex | 32 | 12 | AC | 47 | 5A | 0 | 21 | FC | 51 | 25 |
| Octal | 62 | 22 | 254 | 107 | 132 | 0 | 41 | 374 | 121 | 45 |
| Binary | 110010 | 10010 | 10101100 | 1000111 | 1011010 | 0 | 100001 | 11111100 | 1010001 | 100101 |
Color Harmonies of #3212AC
Complementary color
Monochromatic Colors of #3212AC
Black with #3212AC
Text Example
Text Example
White with #3212AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3212AC; }
p { color: rgb(50,18,172); }
H1.HeaderClassName
{
color: #3212AC;
}
.AnyTagClassName
{
color: #3212AC;
}
</style>
background-color css
<style>
a { background-color: #3212AC; }
a { background-color: rgb(50,18,172); }
div.DivClassName
{
background-color: #3212AC;
}
.BgClassName
{
background-color: #3212AC;
}
</style>
border-color css
<style>
span { border-color: #3212AC; }
span { border-color: rgb(50,18,172); }
td.TdClassName
{
border-color: #3212AC;
}
.TagClassName
{
border-color: #3212AC;
}
</style>