Shades of Ultramarine #320DAC
Tints of Ultramarine #320DAC
RGB
CMYK
RGB Variations
Color information
#320DAC (or 0x320DAC) is known color: Ultramarine. HEX triplet: 32, 0D and AC. RGB value is (50,13,172). Sum of RGB (Red+Green+Blue) = 50+13+172=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #320DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320DAC is #CDF253. Grayscale: #292929. Windows color (decimal): -13496916 or 11275570. OLE color: 11275570.
HSL color Cylindrical-coordinate representation of color #320DAC: hue angle of 253.96º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320DAC is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 13 | 172 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.33 |
| HSL | 253.96º | 0.86% | 0.36% | - |
| HSV(B) | 253.96º | 0.92% | 0.67% | - |
| XYZ | 8.91 | 3.94 | 39.32 | - |
| YUV | 42.19 | 201.26 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 172 | 0.71 | 0.92 | 0 | 0.33 | 253.96 | 0.86 | 0.36 |
| Hex | 32 | D | AC | 47 | 5C | 0 | 21 | FE | 56 | 24 |
| Octal | 62 | 15 | 254 | 107 | 134 | 0 | 41 | 376 | 126 | 44 |
| Binary | 110010 | 1101 | 10101100 | 1000111 | 1011100 | 0 | 100001 | 11111110 | 1010110 | 100100 |
Color Harmonies of #320DAC
Complementary color
Monochromatic Colors of #320DAC
Black with #320DAC
Text Example
Text Example
White with #320DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DAC; }
p { color: rgb(50,13,172); }
H1.HeaderClassName
{
color: #320DAC;
}
.AnyTagClassName
{
color: #320DAC;
}
</style>
background-color css
<style>
a { background-color: #320DAC; }
a { background-color: rgb(50,13,172); }
div.DivClassName
{
background-color: #320DAC;
}
.BgClassName
{
background-color: #320DAC;
}
</style>
border-color css
<style>
span { border-color: #320DAC; }
span { border-color: rgb(50,13,172); }
td.TdClassName
{
border-color: #320DAC;
}
.TagClassName
{
border-color: #320DAC;
}
</style>