Shades of Ultramarine #320BAC
Tints of Ultramarine #320BAC
RGB
CMYK
RGB Variations
Color information
#320BAC (or 0x320BAC) is known color: Ultramarine. HEX triplet: 32, 0B and AC. RGB value is (50,11,172). Sum of RGB (Red+Green+Blue) = 50+11+172=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #320BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320BAC is #CDF453. Grayscale: #282828. Windows color (decimal): -13497428 or 11275058. OLE color: 11275058.
HSL color Cylindrical-coordinate representation of color #320BAC: hue angle of 254.53º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320BAC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 11 | 172 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.33 |
| HSL | 254.53º | 0.88% | 0.36% | - |
| HSV(B) | 254.53º | 0.94% | 0.67% | - |
| XYZ | 8.88 | 3.9 | 39.31 | - |
| YUV | 41.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 172 | 0.71 | 0.94 | 0 | 0.33 | 254.53 | 0.88 | 0.36 |
| Hex | 32 | B | AC | 47 | 5E | 0 | 21 | FF | 58 | 24 |
| Octal | 62 | 13 | 254 | 107 | 136 | 0 | 41 | 377 | 130 | 44 |
| Binary | 110010 | 1011 | 10101100 | 1000111 | 1011110 | 0 | 100001 | 11111111 | 1011000 | 100100 |
Color Harmonies of #320BAC
Complementary color
Monochromatic Colors of #320BAC
Black with #320BAC
Text Example
Text Example
White with #320BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BAC; }
p { color: rgb(50,11,172); }
H1.HeaderClassName
{
color: #320BAC;
}
.AnyTagClassName
{
color: #320BAC;
}
</style>
background-color css
<style>
a { background-color: #320BAC; }
a { background-color: rgb(50,11,172); }
div.DivClassName
{
background-color: #320BAC;
}
.BgClassName
{
background-color: #320BAC;
}
</style>
border-color css
<style>
span { border-color: #320BAC; }
span { border-color: rgb(50,11,172); }
td.TdClassName
{
border-color: #320BAC;
}
.TagClassName
{
border-color: #320BAC;
}
</style>