Shades of Ultramarine #321BAA
Tints of Ultramarine #321BAA
RGB
CMYK
RGB Variations
Color information
#321BAA (or 0x321BAA) is known color: Ultramarine. HEX triplet: 32, 1B and AA. RGB value is (50,27,170). Sum of RGB (Red+Green+Blue) = 50+27+170=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #321BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321BAA is #CDE455. Grayscale: #313131. Windows color (decimal): -13493334 or 11148082. OLE color: 11148082.
HSL color Cylindrical-coordinate representation of color #321BAA: hue angle of 249.65º 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 #321BAA is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 27 | 170 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.33 |
| HSL | 249.65º | 0.73% | 0.39% | - |
| HSV(B) | 249.65º | 0.84% | 0.67% | - |
| XYZ | 8.96 | 4.36 | 38.4 | - |
| YUV | 50.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 170 | 0.71 | 0.84 | 0 | 0.33 | 249.65 | 0.73 | 0.39 |
| Hex | 32 | 1B | AA | 47 | 54 | 0 | 21 | FA | 49 | 27 |
| Octal | 62 | 33 | 252 | 107 | 124 | 0 | 41 | 372 | 111 | 47 |
| Binary | 110010 | 11011 | 10101010 | 1000111 | 1010100 | 0 | 100001 | 11111010 | 1001001 | 100111 |
Color Harmonies of #321BAA
Complementary color
Monochromatic Colors of #321BAA
Black with #321BAA
Text Example
Text Example
White with #321BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BAA; }
p { color: rgb(50,27,170); }
H1.HeaderClassName
{
color: #321BAA;
}
.AnyTagClassName
{
color: #321BAA;
}
</style>
background-color css
<style>
a { background-color: #321BAA; }
a { background-color: rgb(50,27,170); }
div.DivClassName
{
background-color: #321BAA;
}
.BgClassName
{
background-color: #321BAA;
}
</style>
border-color css
<style>
span { border-color: #321BAA; }
span { border-color: rgb(50,27,170); }
td.TdClassName
{
border-color: #321BAA;
}
.TagClassName
{
border-color: #321BAA;
}
</style>