Shades of Ultramarine #321BA9
Tints of Ultramarine #321BA9
RGB
CMYK
RGB Variations
Color information
#321BA9 (or 0x321BA9) is known color: Ultramarine. HEX triplet: 32, 1B and A9. RGB value is (50,27,169). Sum of RGB (Red+Green+Blue) = 50+27+169=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 169 (66.41% from 255 or 68.70% from 246); Max value from RGB is 169 - color contains mainly: blue. Hex color #321BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321BA9 is #CDE456. Grayscale: #313131. Windows color (decimal): -13493335 or 11082546. OLE color: 11082546.
HSL color Cylindrical-coordinate representation of color #321BA9: hue angle of 249.72º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321BA9 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 27 | 169 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.34 |
| HSL | 249.72º | 0.72% | 0.38% | - |
| HSV(B) | 249.72º | 0.84% | 0.66% | - |
| XYZ | 8.87 | 4.33 | 37.9 | - |
| YUV | 50.07 | 195.12 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 169 | 0.70 | 0.84 | 0 | 0.34 | 249.72 | 0.72 | 0.38 |
| Hex | 32 | 1B | A9 | 46 | 54 | 0 | 22 | FA | 48 | 26 |
| Octal | 62 | 33 | 251 | 106 | 124 | 0 | 42 | 372 | 110 | 46 |
| Binary | 110010 | 11011 | 10101001 | 1000110 | 1010100 | 0 | 100010 | 11111010 | 1001000 | 100110 |
Color Harmonies of #321BA9
Complementary color
Monochromatic Colors of #321BA9
Black with #321BA9
Text Example
Text Example
White with #321BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BA9; }
p { color: rgb(50,27,169); }
H1.HeaderClassName
{
color: #321BA9;
}
.AnyTagClassName
{
color: #321BA9;
}
</style>
background-color css
<style>
a { background-color: #321BA9; }
a { background-color: rgb(50,27,169); }
div.DivClassName
{
background-color: #321BA9;
}
.BgClassName
{
background-color: #321BA9;
}
</style>
border-color css
<style>
span { border-color: #321BA9; }
span { border-color: rgb(50,27,169); }
td.TdClassName
{
border-color: #321BA9;
}
.TagClassName
{
border-color: #321BA9;
}
</style>