Shades of Ultramarine #350AAA
Tints of Ultramarine #350AAA
RGB
CMYK
RGB Variations
Color information
#350AAA (or 0x350AAA) is known color: Ultramarine. HEX triplet: 35, 0A and AA. RGB value is (53,10,170). Sum of RGB (Red+Green+Blue) = 53+10+170=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #350AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350AAA is #CAF555. Grayscale: #282828. Windows color (decimal): -13301078 or 11143733. OLE color: 11143733.
HSL color Cylindrical-coordinate representation of color #350AAA: hue angle of 256.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350AAA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 10 | 170 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.33 |
| HSL | 256.13º | 0.89% | 0.35% | - |
| HSV(B) | 256.13º | 0.94% | 0.67% | - |
| XYZ | 8.83 | 3.88 | 38.31 | - |
| YUV | 41.1 | 200.75 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 170 | 0.69 | 0.94 | 0 | 0.33 | 256.13 | 0.89 | 0.35 |
| Hex | 35 | A | AA | 45 | 5E | 0 | 21 | 100 | 59 | 23 |
| Octal | 65 | 12 | 252 | 105 | 136 | 0 | 41 | 400 | 131 | 43 |
| Binary | 110101 | 1010 | 10101010 | 1000101 | 1011110 | 0 | 100001 | 100000000 | 1011001 | 100011 |
Color Harmonies of #350AAA
Complementary color
Monochromatic Colors of #350AAA
Black with #350AAA
Text Example
Text Example
White with #350AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350AAA; }
p { color: rgb(53,10,170); }
H1.HeaderClassName
{
color: #350AAA;
}
.AnyTagClassName
{
color: #350AAA;
}
</style>
background-color css
<style>
a { background-color: #350AAA; }
a { background-color: rgb(53,10,170); }
div.DivClassName
{
background-color: #350AAA;
}
.BgClassName
{
background-color: #350AAA;
}
</style>
border-color css
<style>
span { border-color: #350AAA; }
span { border-color: rgb(53,10,170); }
td.TdClassName
{
border-color: #350AAA;
}
.TagClassName
{
border-color: #350AAA;
}
</style>