Shades of Ultramarine #3512AA
Tints of Ultramarine #3512AA
RGB
CMYK
RGB Variations
Color information
#3512AA (or 0x3512AA) is known color: Ultramarine. HEX triplet: 35, 12 and AA. RGB value is (53,18,170). Sum of RGB (Red+Green+Blue) = 53+18+170=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3512AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3512AA is #CAED55. Grayscale: #2D2D2D. Windows color (decimal): -13299030 or 11145781. OLE color: 11145781.
HSL color Cylindrical-coordinate representation of color #3512AA: hue angle of 253.82º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3512AA is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 18 | 170 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.33 |
| HSL | 253.82º | 0.81% | 0.37% | - |
| HSV(B) | 253.82º | 0.89% | 0.67% | - |
| XYZ | 8.94 | 4.09 | 38.35 | - |
| YUV | 45.79 | 198.1 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 170 | 0.69 | 0.89 | 0 | 0.33 | 253.82 | 0.81 | 0.37 |
| Hex | 35 | 12 | AA | 45 | 59 | 0 | 21 | FE | 51 | 25 |
| Octal | 65 | 22 | 252 | 105 | 131 | 0 | 41 | 376 | 121 | 45 |
| Binary | 110101 | 10010 | 10101010 | 1000101 | 1011001 | 0 | 100001 | 11111110 | 1010001 | 100101 |
Color Harmonies of #3512AA
Complementary color
Monochromatic Colors of #3512AA
Black with #3512AA
Text Example
Text Example
White with #3512AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512AA; }
p { color: rgb(53,18,170); }
H1.HeaderClassName
{
color: #3512AA;
}
.AnyTagClassName
{
color: #3512AA;
}
</style>
background-color css
<style>
a { background-color: #3512AA; }
a { background-color: rgb(53,18,170); }
div.DivClassName
{
background-color: #3512AA;
}
.BgClassName
{
background-color: #3512AA;
}
</style>
border-color css
<style>
span { border-color: #3512AA; }
span { border-color: rgb(53,18,170); }
td.TdClassName
{
border-color: #3512AA;
}
.TagClassName
{
border-color: #3512AA;
}
</style>