Shades of Ultramarine #320CAB
Tints of Ultramarine #320CAB
RGB
CMYK
RGB Variations
Color information
#320CAB (or 0x320CAB) is known color: Ultramarine. HEX triplet: 32, 0C and AB. RGB value is (50,12,171). Sum of RGB (Red+Green+Blue) = 50+12+171=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #320CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320CAB is #CDF354. Grayscale: #282828. Windows color (decimal): -13497173 or 11209778. OLE color: 11209778.
HSL color Cylindrical-coordinate representation of color #320CAB: hue angle of 254.34º 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 #320CAB is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 12 | 171 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.33 |
| HSL | 254.34º | 0.87% | 0.36% | - |
| HSV(B) | 254.34º | 0.93% | 0.67% | - |
| XYZ | 8.8 | 3.88 | 38.81 | - |
| YUV | 41.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 171 | 0.71 | 0.93 | 0 | 0.33 | 254.34 | 0.87 | 0.36 |
| Hex | 32 | C | AB | 47 | 5D | 0 | 21 | FE | 57 | 24 |
| Octal | 62 | 14 | 253 | 107 | 135 | 0 | 41 | 376 | 127 | 44 |
| Binary | 110010 | 1100 | 10101011 | 1000111 | 1011101 | 0 | 100001 | 11111110 | 1010111 | 100100 |
Color Harmonies of #320CAB
Complementary color
Monochromatic Colors of #320CAB
Black with #320CAB
Text Example
Text Example
White with #320CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CAB; }
p { color: rgb(50,12,171); }
H1.HeaderClassName
{
color: #320CAB;
}
.AnyTagClassName
{
color: #320CAB;
}
</style>
background-color css
<style>
a { background-color: #320CAB; }
a { background-color: rgb(50,12,171); }
div.DivClassName
{
background-color: #320CAB;
}
.BgClassName
{
background-color: #320CAB;
}
</style>
border-color css
<style>
span { border-color: #320CAB; }
span { border-color: rgb(50,12,171); }
td.TdClassName
{
border-color: #320CAB;
}
.TagClassName
{
border-color: #320CAB;
}
</style>