Shades of Ultramarine #3511AA
Tints of Ultramarine #3511AA
RGB
CMYK
RGB Variations
Color information
#3511AA (or 0x3511AA) is known color: Ultramarine. HEX triplet: 35, 11 and AA. RGB value is (53,17,170). Sum of RGB (Red+Green+Blue) = 53+17+170=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #3511AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3511AA is #CAEE55. Grayscale: #2C2C2C. Windows color (decimal): -13299286 or 11145525. OLE color: 11145525.
HSL color Cylindrical-coordinate representation of color #3511AA: hue angle of 254.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3511AA is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 17 | 170 | - |
| CMYK | 0.69 | 0.9 | 0 | 0.33 |
| HSL | 254.12º | 0.82% | 0.37% | - |
| HSV(B) | 254.12º | 0.9% | 0.67% | - |
| XYZ | 8.92 | 4.06 | 38.34 | - |
| YUV | 45.21 | 198.43 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 170 | 0.69 | 0.9 | 0 | 0.33 | 254.12 | 0.82 | 0.37 |
| Hex | 35 | 11 | AA | 45 | 5A | 0 | 21 | FE | 52 | 25 |
| Octal | 65 | 21 | 252 | 105 | 132 | 0 | 41 | 376 | 122 | 45 |
| Binary | 110101 | 10001 | 10101010 | 1000101 | 1011010 | 0 | 100001 | 11111110 | 1010010 | 100101 |
Color Harmonies of #3511AA
Complementary color
Monochromatic Colors of #3511AA
Black with #3511AA
Text Example
Text Example
White with #3511AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3511AA; }
p { color: rgb(53,17,170); }
H1.HeaderClassName
{
color: #3511AA;
}
.AnyTagClassName
{
color: #3511AA;
}
</style>
background-color css
<style>
a { background-color: #3511AA; }
a { background-color: rgb(53,17,170); }
div.DivClassName
{
background-color: #3511AA;
}
.BgClassName
{
background-color: #3511AA;
}
</style>
border-color css
<style>
span { border-color: #3511AA; }
span { border-color: rgb(53,17,170); }
td.TdClassName
{
border-color: #3511AA;
}
.TagClassName
{
border-color: #3511AA;
}
</style>