Shades of Ultramarine #3515AB
Tints of Ultramarine #3515AB
RGB
CMYK
RGB Variations
Color information
#3515AB (or 0x3515AB) is known color: Ultramarine. HEX triplet: 35, 15 and AB. RGB value is (53,21,171). Sum of RGB (Red+Green+Blue) = 53+21+171=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #3515AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3515AB is #CAEA54. Grayscale: #2F2F2F. Windows color (decimal): -13298261 or 11212085. OLE color: 11212085.
HSL color Cylindrical-coordinate representation of color #3515AB: hue angle of 252.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3515AB is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 21 | 171 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.33 |
| HSL | 252.8º | 0.78% | 0.38% | - |
| HSV(B) | 252.8º | 0.88% | 0.67% | - |
| XYZ | 9.09 | 4.23 | 38.87 | - |
| YUV | 47.67 | 197.6 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 171 | 0.69 | 0.88 | 0 | 0.33 | 252.8 | 0.78 | 0.38 |
| Hex | 35 | 15 | AB | 45 | 58 | 0 | 21 | FD | 4E | 26 |
| Octal | 65 | 25 | 253 | 105 | 130 | 0 | 41 | 375 | 116 | 46 |
| Binary | 110101 | 10101 | 10101011 | 1000101 | 1011000 | 0 | 100001 | 11111101 | 1001110 | 100110 |
Color Harmonies of #3515AB
Complementary color
Monochromatic Colors of #3515AB
Black with #3515AB
Text Example
Text Example
White with #3515AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3515AB; }
p { color: rgb(53,21,171); }
H1.HeaderClassName
{
color: #3515AB;
}
.AnyTagClassName
{
color: #3515AB;
}
</style>
background-color css
<style>
a { background-color: #3515AB; }
a { background-color: rgb(53,21,171); }
div.DivClassName
{
background-color: #3515AB;
}
.BgClassName
{
background-color: #3515AB;
}
</style>
border-color css
<style>
span { border-color: #3515AB; }
span { border-color: rgb(53,21,171); }
td.TdClassName
{
border-color: #3515AB;
}
.TagClassName
{
border-color: #3515AB;
}
</style>