Shades of Ultramarine #3210AD
Tints of Ultramarine #3210AD
RGB
CMYK
RGB Variations
Color information
#3210AD (or 0x3210AD) is known color: Ultramarine. HEX triplet: 32, 10 and AD. RGB value is (50,16,173). Sum of RGB (Red+Green+Blue) = 50+16+173=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #3210AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3210AD is #CDEF52. Grayscale: #2B2B2B. Windows color (decimal): -13496147 or 11341874. OLE color: 11341874.
HSL color Cylindrical-coordinate representation of color #3210AD: hue angle of 252.99º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3210AD is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 16 | 173 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.32 |
| HSL | 252.99º | 0.83% | 0.37% | - |
| HSV(B) | 252.99º | 0.91% | 0.68% | - |
| XYZ | 9.04 | 4.07 | 39.84 | - |
| YUV | 44.06 | 200.76 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 173 | 0.71 | 0.91 | 0 | 0.32 | 252.99 | 0.83 | 0.37 |
| Hex | 32 | 10 | AD | 47 | 5B | 0 | 20 | FD | 53 | 25 |
| Octal | 62 | 20 | 255 | 107 | 133 | 0 | 40 | 375 | 123 | 45 |
| Binary | 110010 | 10000 | 10101101 | 1000111 | 1011011 | 0 | 100000 | 11111101 | 1010011 | 100101 |
Color Harmonies of #3210AD
Complementary color
Monochromatic Colors of #3210AD
Black with #3210AD
Text Example
Text Example
White with #3210AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210AD; }
p { color: rgb(50,16,173); }
H1.HeaderClassName
{
color: #3210AD;
}
.AnyTagClassName
{
color: #3210AD;
}
</style>
background-color css
<style>
a { background-color: #3210AD; }
a { background-color: rgb(50,16,173); }
div.DivClassName
{
background-color: #3210AD;
}
.BgClassName
{
background-color: #3210AD;
}
</style>
border-color css
<style>
span { border-color: #3210AD; }
span { border-color: rgb(50,16,173); }
td.TdClassName
{
border-color: #3210AD;
}
.TagClassName
{
border-color: #3210AD;
}
</style>