Shades of Ultramarine #350CAB
Tints of Ultramarine #350CAB
RGB
CMYK
RGB Variations
Color information
#350CAB (or 0x350CAB) is known color: Ultramarine. HEX triplet: 35, 0C and AB. RGB value is (53,12,171). Sum of RGB (Red+Green+Blue) = 53+12+171=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #350CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350CAB is #CAF354. Grayscale: #292929. Windows color (decimal): -13300565 or 11209781. OLE color: 11209781.
HSL color Cylindrical-coordinate representation of color #350CAB: hue angle of 255.47º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350CAB is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 12 | 171 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.33 |
| HSL | 255.47º | 0.87% | 0.36% | - |
| HSV(B) | 255.47º | 0.93% | 0.67% | - |
| XYZ | 8.95 | 3.96 | 38.82 | - |
| YUV | 42.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 171 | 0.69 | 0.93 | 0 | 0.33 | 255.47 | 0.87 | 0.36 |
| Hex | 35 | C | AB | 45 | 5D | 0 | 21 | FF | 57 | 24 |
| Octal | 65 | 14 | 253 | 105 | 135 | 0 | 41 | 377 | 127 | 44 |
| Binary | 110101 | 1100 | 10101011 | 1000101 | 1011101 | 0 | 100001 | 11111111 | 1010111 | 100100 |
Color Harmonies of #350CAB
Complementary color
Monochromatic Colors of #350CAB
Black with #350CAB
Text Example
Text Example
White with #350CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CAB; }
p { color: rgb(53,12,171); }
H1.HeaderClassName
{
color: #350CAB;
}
.AnyTagClassName
{
color: #350CAB;
}
</style>
background-color css
<style>
a { background-color: #350CAB; }
a { background-color: rgb(53,12,171); }
div.DivClassName
{
background-color: #350CAB;
}
.BgClassName
{
background-color: #350CAB;
}
</style>
border-color css
<style>
span { border-color: #350CAB; }
span { border-color: rgb(53,12,171); }
td.TdClassName
{
border-color: #350CAB;
}
.TagClassName
{
border-color: #350CAB;
}
</style>