Shades of Ultramarine #320CAC
Tints of Ultramarine #320CAC
RGB
CMYK
RGB Variations
Color information
#320CAC (or 0x320CAC) is known color: Ultramarine. HEX triplet: 32, 0C and AC. RGB value is (50,12,172). Sum of RGB (Red+Green+Blue) = 50+12+172=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #320CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320CAC is #CDF353. Grayscale: #292929. Windows color (decimal): -13497172 or 11275314. OLE color: 11275314.
HSL color Cylindrical-coordinate representation of color #320CAC: hue angle of 254.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320CAC is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 12 | 172 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.33 |
| HSL | 254.25º | 0.87% | 0.36% | - |
| HSV(B) | 254.25º | 0.93% | 0.67% | - |
| XYZ | 8.89 | 3.92 | 39.32 | - |
| YUV | 41.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 172 | 0.71 | 0.93 | 0 | 0.33 | 254.25 | 0.87 | 0.36 |
| Hex | 32 | C | AC | 47 | 5D | 0 | 21 | FE | 57 | 24 |
| Octal | 62 | 14 | 254 | 107 | 135 | 0 | 41 | 376 | 127 | 44 |
| Binary | 110010 | 1100 | 10101100 | 1000111 | 1011101 | 0 | 100001 | 11111110 | 1010111 | 100100 |
Color Harmonies of #320CAC
Complementary color
Monochromatic Colors of #320CAC
Black with #320CAC
Text Example
Text Example
White with #320CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CAC; }
p { color: rgb(50,12,172); }
H1.HeaderClassName
{
color: #320CAC;
}
.AnyTagClassName
{
color: #320CAC;
}
</style>
background-color css
<style>
a { background-color: #320CAC; }
a { background-color: rgb(50,12,172); }
div.DivClassName
{
background-color: #320CAC;
}
.BgClassName
{
background-color: #320CAC;
}
</style>
border-color css
<style>
span { border-color: #320CAC; }
span { border-color: rgb(50,12,172); }
td.TdClassName
{
border-color: #320CAC;
}
.TagClassName
{
border-color: #320CAC;
}
</style>