Shades of Ultramarine #350AAB
Tints of Ultramarine #350AAB
RGB
CMYK
RGB Variations
Color information
#350AAB (or 0x350AAB) is known color: Ultramarine. HEX triplet: 35, 0A and AB. RGB value is (53,10,171). Sum of RGB (Red+Green+Blue) = 53+10+171=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #350AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350AAB is #CAF554. Grayscale: #282828. Windows color (decimal): -13301077 or 11209269. OLE color: 11209269.
HSL color Cylindrical-coordinate representation of color #350AAB: hue angle of 256.02º 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 #350AAB is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 10 | 171 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.33 |
| HSL | 256.02º | 0.89% | 0.35% | - |
| HSV(B) | 256.02º | 0.94% | 0.67% | - |
| XYZ | 8.93 | 3.91 | 38.81 | - |
| YUV | 41.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 171 | 0.69 | 0.94 | 0 | 0.33 | 256.02 | 0.89 | 0.35 |
| Hex | 35 | A | AB | 45 | 5E | 0 | 21 | 100 | 59 | 23 |
| Octal | 65 | 12 | 253 | 105 | 136 | 0 | 41 | 400 | 131 | 43 |
| Binary | 110101 | 1010 | 10101011 | 1000101 | 1011110 | 0 | 100001 | 100000000 | 1011001 | 100011 |
Color Harmonies of #350AAB
Complementary color
Monochromatic Colors of #350AAB
Black with #350AAB
Text Example
Text Example
White with #350AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350AAB; }
p { color: rgb(53,10,171); }
H1.HeaderClassName
{
color: #350AAB;
}
.AnyTagClassName
{
color: #350AAB;
}
</style>
background-color css
<style>
a { background-color: #350AAB; }
a { background-color: rgb(53,10,171); }
div.DivClassName
{
background-color: #350AAB;
}
.BgClassName
{
background-color: #350AAB;
}
</style>
border-color css
<style>
span { border-color: #350AAB; }
span { border-color: rgb(53,10,171); }
td.TdClassName
{
border-color: #350AAB;
}
.TagClassName
{
border-color: #350AAB;
}
</style>