Shades of Ultramarine #321BAC
Tints of Ultramarine #321BAC
RGB
CMYK
RGB Variations
Color information
#321BAC (or 0x321BAC) is known color: Ultramarine. HEX triplet: 32, 1B and AC. RGB value is (50,27,172). Sum of RGB (Red+Green+Blue) = 50+27+172=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #321BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321BAC is #CDE453. Grayscale: #313131. Windows color (decimal): -13493332 or 11279154. OLE color: 11279154.
HSL color Cylindrical-coordinate representation of color #321BAC: hue angle of 249.52º 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 #321BAC is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 27 | 172 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.33 |
| HSL | 249.52º | 0.73% | 0.39% | - |
| HSV(B) | 249.52º | 0.84% | 0.67% | - |
| XYZ | 9.15 | 4.44 | 39.4 | - |
| YUV | 50.41 | 196.62 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 172 | 0.71 | 0.84 | 0 | 0.33 | 249.52 | 0.73 | 0.39 |
| Hex | 32 | 1B | AC | 47 | 54 | 0 | 21 | FA | 49 | 27 |
| Octal | 62 | 33 | 254 | 107 | 124 | 0 | 41 | 372 | 111 | 47 |
| Binary | 110010 | 11011 | 10101100 | 1000111 | 1010100 | 0 | 100001 | 11111010 | 1001001 | 100111 |
Color Harmonies of #321BAC
Complementary color
Monochromatic Colors of #321BAC
Black with #321BAC
Text Example
Text Example
White with #321BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BAC; }
p { color: rgb(50,27,172); }
H1.HeaderClassName
{
color: #321BAC;
}
.AnyTagClassName
{
color: #321BAC;
}
</style>
background-color css
<style>
a { background-color: #321BAC; }
a { background-color: rgb(50,27,172); }
div.DivClassName
{
background-color: #321BAC;
}
.BgClassName
{
background-color: #321BAC;
}
</style>
border-color css
<style>
span { border-color: #321BAC; }
span { border-color: rgb(50,27,172); }
td.TdClassName
{
border-color: #321BAC;
}
.TagClassName
{
border-color: #321BAC;
}
</style>