Shades of Ultramarine #3519AD
Tints of Ultramarine #3519AD
RGB
CMYK
RGB Variations
Color information
#3519AD (or 0x3519AD) is known color: Ultramarine. HEX triplet: 35, 19 and AD. RGB value is (53,25,173). Sum of RGB (Red+Green+Blue) = 53+25+173=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #3519AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3519AD is #CAE652. Grayscale: #313131. Windows color (decimal): -13297235 or 11344181. OLE color: 11344181.
HSL color Cylindrical-coordinate representation of color #3519AD: hue angle of 251.35º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3519AD is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 25 | 173 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.32 |
| HSL | 251.35º | 0.75% | 0.39% | - |
| HSV(B) | 251.35º | 0.86% | 0.68% | - |
| XYZ | 9.36 | 4.47 | 39.9 | - |
| YUV | 50.24 | 197.28 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 173 | 0.69 | 0.86 | 0 | 0.32 | 251.35 | 0.75 | 0.39 |
| Hex | 35 | 19 | AD | 45 | 56 | 0 | 20 | FB | 4B | 27 |
| Octal | 65 | 31 | 255 | 105 | 126 | 0 | 40 | 373 | 113 | 47 |
| Binary | 110101 | 11001 | 10101101 | 1000101 | 1010110 | 0 | 100000 | 11111011 | 1001011 | 100111 |
Color Harmonies of #3519AD
Complementary color
Monochromatic Colors of #3519AD
Black with #3519AD
Text Example
Text Example
White with #3519AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519AD; }
p { color: rgb(53,25,173); }
H1.HeaderClassName
{
color: #3519AD;
}
.AnyTagClassName
{
color: #3519AD;
}
</style>
background-color css
<style>
a { background-color: #3519AD; }
a { background-color: rgb(53,25,173); }
div.DivClassName
{
background-color: #3519AD;
}
.BgClassName
{
background-color: #3519AD;
}
</style>
border-color css
<style>
span { border-color: #3519AD; }
span { border-color: rgb(53,25,173); }
td.TdClassName
{
border-color: #3519AD;
}
.TagClassName
{
border-color: #3519AD;
}
</style>