Shades of Ultramarine #350AAD
Tints of Ultramarine #350AAD
RGB
CMYK
RGB Variations
Color information
#350AAD (or 0x350AAD) is known color: Ultramarine. HEX triplet: 35, 0A and AD. RGB value is (53,10,173). Sum of RGB (Red+Green+Blue) = 53+10+173=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #350AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350AAD is #CAF552. Grayscale: #282828. Windows color (decimal): -13301075 or 11340341. OLE color: 11340341.
HSL color Cylindrical-coordinate representation of color #350AAD: hue angle of 255.83º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350AAD is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 10 | 173 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.32 |
| HSL | 255.83º | 0.89% | 0.36% | - |
| HSV(B) | 255.83º | 0.94% | 0.68% | - |
| XYZ | 9.12 | 3.99 | 39.82 | - |
| YUV | 41.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 173 | 0.69 | 0.94 | 0 | 0.32 | 255.83 | 0.89 | 0.36 |
| Hex | 35 | A | AD | 45 | 5E | 0 | 20 | 100 | 59 | 24 |
| Octal | 65 | 12 | 255 | 105 | 136 | 0 | 40 | 400 | 131 | 44 |
| Binary | 110101 | 1010 | 10101101 | 1000101 | 1011110 | 0 | 100000 | 100000000 | 1011001 | 100100 |
Color Harmonies of #350AAD
Complementary color
Monochromatic Colors of #350AAD
Black with #350AAD
Text Example
Text Example
White with #350AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350AAD; }
p { color: rgb(53,10,173); }
H1.HeaderClassName
{
color: #350AAD;
}
.AnyTagClassName
{
color: #350AAD;
}
</style>
background-color css
<style>
a { background-color: #350AAD; }
a { background-color: rgb(53,10,173); }
div.DivClassName
{
background-color: #350AAD;
}
.BgClassName
{
background-color: #350AAD;
}
</style>
border-color css
<style>
span { border-color: #350AAD; }
span { border-color: rgb(53,10,173); }
td.TdClassName
{
border-color: #350AAD;
}
.TagClassName
{
border-color: #350AAD;
}
</style>