Shades of Ultramarine #3510AB
Tints of Ultramarine #3510AB
RGB
CMYK
RGB Variations
Color information
#3510AB (or 0x3510AB) is known color: Ultramarine. HEX triplet: 35, 10 and AB. RGB value is (53,16,171). Sum of RGB (Red+Green+Blue) = 53+16+171=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3510AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3510AB is #CAEF54. Grayscale: #2C2C2C. Windows color (decimal): -13299541 or 11210805. OLE color: 11210805.
HSL color Cylindrical-coordinate representation of color #3510AB: hue angle of 254.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3510AB is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 16 | 171 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.33 |
| HSL | 254.32º | 0.83% | 0.37% | - |
| HSV(B) | 254.32º | 0.91% | 0.67% | - |
| XYZ | 9 | 4.07 | 38.84 | - |
| YUV | 44.73 | 199.26 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 171 | 0.69 | 0.91 | 0 | 0.33 | 254.32 | 0.83 | 0.37 |
| Hex | 35 | 10 | AB | 45 | 5B | 0 | 21 | FE | 53 | 25 |
| Octal | 65 | 20 | 253 | 105 | 133 | 0 | 41 | 376 | 123 | 45 |
| Binary | 110101 | 10000 | 10101011 | 1000101 | 1011011 | 0 | 100001 | 11111110 | 1010011 | 100101 |
Color Harmonies of #3510AB
Complementary color
Monochromatic Colors of #3510AB
Black with #3510AB
Text Example
Text Example
White with #3510AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510AB; }
p { color: rgb(53,16,171); }
H1.HeaderClassName
{
color: #3510AB;
}
.AnyTagClassName
{
color: #3510AB;
}
</style>
background-color css
<style>
a { background-color: #3510AB; }
a { background-color: rgb(53,16,171); }
div.DivClassName
{
background-color: #3510AB;
}
.BgClassName
{
background-color: #3510AB;
}
</style>
border-color css
<style>
span { border-color: #3510AB; }
span { border-color: rgb(53,16,171); }
td.TdClassName
{
border-color: #3510AB;
}
.TagClassName
{
border-color: #3510AB;
}
</style>