Shades of Ultramarine #3513AF
Tints of Ultramarine #3513AF
RGB
CMYK
RGB Variations
Color information
#3513AF (or 0x3513AF) is known color: Ultramarine. HEX triplet: 35, 13 and AF. RGB value is (53,19,175). Sum of RGB (Red+Green+Blue) = 53+19+175=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #3513AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3513AF is #CAEC50. Grayscale: #2E2E2E. Windows color (decimal): -13298769 or 11473717. OLE color: 11473717.
HSL color Cylindrical-coordinate representation of color #3513AF: hue angle of 253.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3513AF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 19 | 175 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.31 |
| HSL | 253.08º | 0.8% | 0.38% | - |
| HSV(B) | 253.08º | 0.89% | 0.69% | - |
| XYZ | 9.44 | 4.32 | 40.89 | - |
| YUV | 46.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 175 | 0.70 | 0.89 | 0 | 0.31 | 253.08 | 0.8 | 0.38 |
| Hex | 35 | 13 | AF | 46 | 59 | 0 | 1F | FD | 50 | 26 |
| Octal | 65 | 23 | 257 | 106 | 131 | 0 | 37 | 375 | 120 | 46 |
| Binary | 110101 | 10011 | 10101111 | 1000110 | 1011001 | 0 | 11111 | 11111101 | 1010000 | 100110 |
Color Harmonies of #3513AF
Complementary color
Monochromatic Colors of #3513AF
Black with #3513AF
Text Example
Text Example
White with #3513AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3513AF; }
p { color: rgb(53,19,175); }
H1.HeaderClassName
{
color: #3513AF;
}
.AnyTagClassName
{
color: #3513AF;
}
</style>
background-color css
<style>
a { background-color: #3513AF; }
a { background-color: rgb(53,19,175); }
div.DivClassName
{
background-color: #3513AF;
}
.BgClassName
{
background-color: #3513AF;
}
</style>
border-color css
<style>
span { border-color: #3513AF; }
span { border-color: rgb(53,19,175); }
td.TdClassName
{
border-color: #3513AF;
}
.TagClassName
{
border-color: #3513AF;
}
</style>