Shades of Ultramarine #320BAB
Tints of Ultramarine #320BAB
RGB
CMYK
RGB Variations
Color information
#320BAB (or 0x320BAB) is known color: Ultramarine. HEX triplet: 32, 0B and AB. RGB value is (50,11,171). Sum of RGB (Red+Green+Blue) = 50+11+171=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #320BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320BAB is #CDF454. Grayscale: #282828. Windows color (decimal): -13497429 or 11209522. OLE color: 11209522.
HSL color Cylindrical-coordinate representation of color #320BAB: hue angle of 254.62º 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 #320BAB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 11 | 171 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.33 |
| HSL | 254.63º | 0.88% | 0.36% | - |
| HSV(B) | 254.63º | 0.94% | 0.67% | - |
| XYZ | 8.79 | 3.86 | 38.81 | - |
| YUV | 40.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 171 | 0.71 | 0.94 | 0 | 0.33 | 254.63 | 0.88 | 0.36 |
| Hex | 32 | B | AB | 47 | 5E | 0 | 21 | FF | 58 | 24 |
| Octal | 62 | 13 | 253 | 107 | 136 | 0 | 41 | 377 | 130 | 44 |
| Binary | 110010 | 1011 | 10101011 | 1000111 | 1011110 | 0 | 100001 | 11111111 | 1011000 | 100100 |
Color Harmonies of #320BAB
Complementary color
Monochromatic Colors of #320BAB
Black with #320BAB
Text Example
Text Example
White with #320BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BAB; }
p { color: rgb(50,11,171); }
H1.HeaderClassName
{
color: #320BAB;
}
.AnyTagClassName
{
color: #320BAB;
}
</style>
background-color css
<style>
a { background-color: #320BAB; }
a { background-color: rgb(50,11,171); }
div.DivClassName
{
background-color: #320BAB;
}
.BgClassName
{
background-color: #320BAB;
}
</style>
border-color css
<style>
span { border-color: #320BAB; }
span { border-color: rgb(50,11,171); }
td.TdClassName
{
border-color: #320BAB;
}
.TagClassName
{
border-color: #320BAB;
}
</style>