Shades of Ultramarine #350DAB
Tints of Ultramarine #350DAB
RGB
CMYK
RGB Variations
Color information
#350DAB (or 0x350DAB) is known color: Ultramarine. HEX triplet: 35, 0D and AB. RGB value is (53,13,171). Sum of RGB (Red+Green+Blue) = 53+13+171=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #350DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350DAB is #CAF254. Grayscale: #2A2A2A. Windows color (decimal): -13300309 or 11210037. OLE color: 11210037.
HSL color Cylindrical-coordinate representation of color #350DAB: hue angle of 255.19º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350DAB is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 13 | 171 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.33 |
| HSL | 255.19º | 0.86% | 0.36% | - |
| HSV(B) | 255.19º | 0.92% | 0.67% | - |
| XYZ | 8.96 | 3.99 | 38.82 | - |
| YUV | 42.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 171 | 0.69 | 0.92 | 0 | 0.33 | 255.19 | 0.86 | 0.36 |
| Hex | 35 | D | AB | 45 | 5C | 0 | 21 | FF | 56 | 24 |
| Octal | 65 | 15 | 253 | 105 | 134 | 0 | 41 | 377 | 126 | 44 |
| Binary | 110101 | 1101 | 10101011 | 1000101 | 1011100 | 0 | 100001 | 11111111 | 1010110 | 100100 |
Color Harmonies of #350DAB
Complementary color
Monochromatic Colors of #350DAB
Black with #350DAB
Text Example
Text Example
White with #350DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DAB; }
p { color: rgb(53,13,171); }
H1.HeaderClassName
{
color: #350DAB;
}
.AnyTagClassName
{
color: #350DAB;
}
</style>
background-color css
<style>
a { background-color: #350DAB; }
a { background-color: rgb(53,13,171); }
div.DivClassName
{
background-color: #350DAB;
}
.BgClassName
{
background-color: #350DAB;
}
</style>
border-color css
<style>
span { border-color: #350DAB; }
span { border-color: rgb(53,13,171); }
td.TdClassName
{
border-color: #350DAB;
}
.TagClassName
{
border-color: #350DAB;
}
</style>