Shades of Ultramarine #3513A9
Tints of Ultramarine #3513A9
RGB
CMYK
RGB Variations
Color information
#3513A9 (or 0x3513A9) is known color: Ultramarine. HEX triplet: 35, 13 and A9. RGB value is (53,19,169). Sum of RGB (Red+Green+Blue) = 53+19+169=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #3513A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3513A9 is #CAEC56. Grayscale: #2D2D2D. Windows color (decimal): -13298775 or 11080501. OLE color: 11080501.
HSL color Cylindrical-coordinate representation of color #3513A9: hue angle of 253.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3513A9 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 19 | 169 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.34 |
| HSL | 253.6º | 0.8% | 0.37% | - |
| HSV(B) | 253.6º | 0.89% | 0.66% | - |
| XYZ | 8.86 | 4.09 | 37.86 | - |
| YUV | 46.27 | 197.26 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 169 | 0.69 | 0.89 | 0 | 0.34 | 253.6 | 0.8 | 0.37 |
| Hex | 35 | 13 | A9 | 45 | 59 | 0 | 22 | FE | 50 | 25 |
| Octal | 65 | 23 | 251 | 105 | 131 | 0 | 42 | 376 | 120 | 45 |
| Binary | 110101 | 10011 | 10101001 | 1000101 | 1011001 | 0 | 100010 | 11111110 | 1010000 | 100101 |
Color Harmonies of #3513A9
Complementary color
Monochromatic Colors of #3513A9
Black with #3513A9
Text Example
Text Example
White with #3513A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3513A9; }
p { color: rgb(53,19,169); }
H1.HeaderClassName
{
color: #3513A9;
}
.AnyTagClassName
{
color: #3513A9;
}
</style>
background-color css
<style>
a { background-color: #3513A9; }
a { background-color: rgb(53,19,169); }
div.DivClassName
{
background-color: #3513A9;
}
.BgClassName
{
background-color: #3513A9;
}
</style>
border-color css
<style>
span { border-color: #3513A9; }
span { border-color: rgb(53,19,169); }
td.TdClassName
{
border-color: #3513A9;
}
.TagClassName
{
border-color: #3513A9;
}
</style>