Shades of Ultramarine #321BAB
Tints of Ultramarine #321BAB
RGB
CMYK
RGB Variations
Color information
#321BAB (or 0x321BAB) is known color: Ultramarine. HEX triplet: 32, 1B and AB. RGB value is (50,27,171). Sum of RGB (Red+Green+Blue) = 50+27+171=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #321BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321BAB is #CDE454. Grayscale: #313131. Windows color (decimal): -13493333 or 11213618. OLE color: 11213618.
HSL color Cylindrical-coordinate representation of color #321BAB: hue angle of 249.58º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321BAB is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 27 | 171 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.33 |
| HSL | 249.58º | 0.73% | 0.39% | - |
| HSV(B) | 249.58º | 0.84% | 0.67% | - |
| XYZ | 9.06 | 4.4 | 38.9 | - |
| YUV | 50.29 | 196.12 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 171 | 0.71 | 0.84 | 0 | 0.33 | 249.58 | 0.73 | 0.39 |
| Hex | 32 | 1B | AB | 47 | 54 | 0 | 21 | FA | 49 | 27 |
| Octal | 62 | 33 | 253 | 107 | 124 | 0 | 41 | 372 | 111 | 47 |
| Binary | 110010 | 11011 | 10101011 | 1000111 | 1010100 | 0 | 100001 | 11111010 | 1001001 | 100111 |
Color Harmonies of #321BAB
Complementary color
Monochromatic Colors of #321BAB
Black with #321BAB
Text Example
Text Example
White with #321BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BAB; }
p { color: rgb(50,27,171); }
H1.HeaderClassName
{
color: #321BAB;
}
.AnyTagClassName
{
color: #321BAB;
}
</style>
background-color css
<style>
a { background-color: #321BAB; }
a { background-color: rgb(50,27,171); }
div.DivClassName
{
background-color: #321BAB;
}
.BgClassName
{
background-color: #321BAB;
}
</style>
border-color css
<style>
span { border-color: #321BAB; }
span { border-color: rgb(50,27,171); }
td.TdClassName
{
border-color: #321BAB;
}
.TagClassName
{
border-color: #321BAB;
}
</style>