Shades of Ultramarine #3213A3
Tints of Ultramarine #3213A3
RGB
CMYK
RGB Variations
Color information
#3213A3 (or 0x3213A3) is known color: Ultramarine. HEX triplet: 32, 13 and A3. RGB value is (50,19,163). Sum of RGB (Red+Green+Blue) = 50+19+163=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #3213A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3213A3 is #CDEC5C. Grayscale: #2C2C2C. Windows color (decimal): -13495389 or 10687282. OLE color: 10687282.
HSL color Cylindrical-coordinate representation of color #3213A3: hue angle of 252.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3213A3 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 19 | 163 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.36 |
| HSL | 252.92º | 0.79% | 0.36% | - |
| HSV(B) | 252.92º | 0.88% | 0.64% | - |
| XYZ | 8.16 | 3.79 | 34.95 | - |
| YUV | 44.69 | 194.77 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 163 | 0.69 | 0.88 | 0 | 0.36 | 252.92 | 0.79 | 0.36 |
| Hex | 32 | 13 | A3 | 45 | 58 | 0 | 24 | FD | 4F | 24 |
| Octal | 62 | 23 | 243 | 105 | 130 | 0 | 44 | 375 | 117 | 44 |
| Binary | 110010 | 10011 | 10100011 | 1000101 | 1011000 | 0 | 100100 | 11111101 | 1001111 | 100100 |
Color Harmonies of #3213A3
Complementary color
Monochromatic Colors of #3213A3
Black with #3213A3
Text Example
Text Example
White with #3213A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213A3; }
p { color: rgb(50,19,163); }
H1.HeaderClassName
{
color: #3213A3;
}
.AnyTagClassName
{
color: #3213A3;
}
</style>
background-color css
<style>
a { background-color: #3213A3; }
a { background-color: rgb(50,19,163); }
div.DivClassName
{
background-color: #3213A3;
}
.BgClassName
{
background-color: #3213A3;
}
</style>
border-color css
<style>
span { border-color: #3213A3; }
span { border-color: rgb(50,19,163); }
td.TdClassName
{
border-color: #3213A3;
}
.TagClassName
{
border-color: #3213A3;
}
</style>