Shades of Ultramarine #3215AD
Tints of Ultramarine #3215AD
RGB
CMYK
RGB Variations
Color information
#3215AD (or 0x3215AD) is known color: Ultramarine. HEX triplet: 32, 15 and AD. RGB value is (50,21,173). Sum of RGB (Red+Green+Blue) = 50+21+173=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #3215AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3215AD is #CDEA52. Grayscale: #2E2E2E. Windows color (decimal): -13494867 or 11343154. OLE color: 11343154.
HSL color Cylindrical-coordinate representation of color #3215AD: hue angle of 251.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3215AD is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 21 | 173 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.32 |
| HSL | 251.45º | 0.78% | 0.38% | - |
| HSV(B) | 251.45º | 0.88% | 0.68% | - |
| XYZ | 9.13 | 4.23 | 39.87 | - |
| YUV | 47 | 199.11 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 173 | 0.71 | 0.88 | 0 | 0.32 | 251.45 | 0.78 | 0.38 |
| Hex | 32 | 15 | AD | 47 | 58 | 0 | 20 | FB | 4E | 26 |
| Octal | 62 | 25 | 255 | 107 | 130 | 0 | 40 | 373 | 116 | 46 |
| Binary | 110010 | 10101 | 10101101 | 1000111 | 1011000 | 0 | 100000 | 11111011 | 1001110 | 100110 |
Color Harmonies of #3215AD
Complementary color
Monochromatic Colors of #3215AD
Black with #3215AD
Text Example
Text Example
White with #3215AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215AD; }
p { color: rgb(50,21,173); }
H1.HeaderClassName
{
color: #3215AD;
}
.AnyTagClassName
{
color: #3215AD;
}
</style>
background-color css
<style>
a { background-color: #3215AD; }
a { background-color: rgb(50,21,173); }
div.DivClassName
{
background-color: #3215AD;
}
.BgClassName
{
background-color: #3215AD;
}
</style>
border-color css
<style>
span { border-color: #3215AD; }
span { border-color: rgb(50,21,173); }
td.TdClassName
{
border-color: #3215AD;
}
.TagClassName
{
border-color: #3215AD;
}
</style>