Shades of Ultramarine #3201AC
Tints of Ultramarine #3201AC
RGB
CMYK
RGB Variations
Color information
#3201AC (or 0x3201AC) is known color: Ultramarine. HEX triplet: 32, 01 and AC. RGB value is (50,1,172). Sum of RGB (Red+Green+Blue) = 50+1+172=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #3201AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3201AC is #CDFE53. Grayscale: #222222. Windows color (decimal): -13499988 or 11272498. OLE color: 11272498.
HSL color Cylindrical-coordinate representation of color #3201AC: hue angle of 257.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3201AC is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 1 | 172 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.33 |
| HSL | 257.19º | 0.99% | 0.34% | - |
| HSV(B) | 257.19º | 0.99% | 0.67% | - |
| XYZ | 8.77 | 3.68 | 39.28 | - |
| YUV | 35.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 172 | 0.71 | 0.99 | 0 | 0.33 | 257.19 | 0.99 | 0.34 |
| Hex | 32 | 1 | AC | 47 | 63 | 0 | 21 | 101 | 63 | 22 |
| Octal | 62 | 1 | 254 | 107 | 143 | 0 | 41 | 401 | 143 | 42 |
| Binary | 110010 | 1 | 10101100 | 1000111 | 1100011 | 0 | 100001 | 100000001 | 1100011 | 100010 |
Color Harmonies of #3201AC
Complementary color
Monochromatic Colors of #3201AC
Black with #3201AC
Text Example
Text Example
White with #3201AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201AC; }
p { color: rgb(50,1,172); }
H1.HeaderClassName
{
color: #3201AC;
}
.AnyTagClassName
{
color: #3201AC;
}
</style>
background-color css
<style>
a { background-color: #3201AC; }
a { background-color: rgb(50,1,172); }
div.DivClassName
{
background-color: #3201AC;
}
.BgClassName
{
background-color: #3201AC;
}
</style>
border-color css
<style>
span { border-color: #3201AC; }
span { border-color: rgb(50,1,172); }
td.TdClassName
{
border-color: #3201AC;
}
.TagClassName
{
border-color: #3201AC;
}
</style>