Shades of Ultramarine #3513AD
Tints of Ultramarine #3513AD
RGB
CMYK
RGB Variations
Color information
#3513AD (or 0x3513AD) is known color: Ultramarine. HEX triplet: 35, 13 and AD. RGB value is (53,19,173). Sum of RGB (Red+Green+Blue) = 53+19+173=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #3513AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3513AD is #CAEC52. Grayscale: #2E2E2E. Windows color (decimal): -13298771 or 11342645. OLE color: 11342645.
HSL color Cylindrical-coordinate representation of color #3513AD: hue angle of 253.25º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3513AD is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 19 | 173 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.32 |
| HSL | 253.25º | 0.8% | 0.38% | - |
| HSV(B) | 253.25º | 0.89% | 0.68% | - |
| XYZ | 9.24 | 4.24 | 39.87 | - |
| YUV | 46.72 | 199.26 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 173 | 0.69 | 0.89 | 0 | 0.32 | 253.25 | 0.8 | 0.38 |
| Hex | 35 | 13 | AD | 45 | 59 | 0 | 20 | FD | 50 | 26 |
| Octal | 65 | 23 | 255 | 105 | 131 | 0 | 40 | 375 | 120 | 46 |
| Binary | 110101 | 10011 | 10101101 | 1000101 | 1011001 | 0 | 100000 | 11111101 | 1010000 | 100110 |
Color Harmonies of #3513AD
Complementary color
Monochromatic Colors of #3513AD
Black with #3513AD
Text Example
Text Example
White with #3513AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3513AD; }
p { color: rgb(53,19,173); }
H1.HeaderClassName
{
color: #3513AD;
}
.AnyTagClassName
{
color: #3513AD;
}
</style>
background-color css
<style>
a { background-color: #3513AD; }
a { background-color: rgb(53,19,173); }
div.DivClassName
{
background-color: #3513AD;
}
.BgClassName
{
background-color: #3513AD;
}
</style>
border-color css
<style>
span { border-color: #3513AD; }
span { border-color: rgb(53,19,173); }
td.TdClassName
{
border-color: #3513AD;
}
.TagClassName
{
border-color: #3513AD;
}
</style>