Shades of Ultramarine #3510AA
Tints of Ultramarine #3510AA
RGB
CMYK
RGB Variations
Color information
#3510AA (or 0x3510AA) is known color: Ultramarine. HEX triplet: 35, 10 and AA. RGB value is (53,16,170). Sum of RGB (Red+Green+Blue) = 53+16+170=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #3510AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3510AA is #CAEF55. Grayscale: #2C2C2C. Windows color (decimal): -13299542 or 11145269. OLE color: 11145269.
HSL color Cylindrical-coordinate representation of color #3510AA: hue angle of 254.42º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3510AA is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 16 | 170 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.33 |
| HSL | 254.42º | 0.83% | 0.36% | - |
| HSV(B) | 254.42º | 0.91% | 0.67% | - |
| XYZ | 8.91 | 4.03 | 38.34 | - |
| YUV | 44.62 | 198.76 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 170 | 0.69 | 0.91 | 0 | 0.33 | 254.42 | 0.83 | 0.36 |
| Hex | 35 | 10 | AA | 45 | 5B | 0 | 21 | FE | 53 | 24 |
| Octal | 65 | 20 | 252 | 105 | 133 | 0 | 41 | 376 | 123 | 44 |
| Binary | 110101 | 10000 | 10101010 | 1000101 | 1011011 | 0 | 100001 | 11111110 | 1010011 | 100100 |
Color Harmonies of #3510AA
Complementary color
Monochromatic Colors of #3510AA
Black with #3510AA
Text Example
Text Example
White with #3510AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510AA; }
p { color: rgb(53,16,170); }
H1.HeaderClassName
{
color: #3510AA;
}
.AnyTagClassName
{
color: #3510AA;
}
</style>
background-color css
<style>
a { background-color: #3510AA; }
a { background-color: rgb(53,16,170); }
div.DivClassName
{
background-color: #3510AA;
}
.BgClassName
{
background-color: #3510AA;
}
</style>
border-color css
<style>
span { border-color: #3510AA; }
span { border-color: rgb(53,16,170); }
td.TdClassName
{
border-color: #3510AA;
}
.TagClassName
{
border-color: #3510AA;
}
</style>