Shades of Ultramarine #350FAD
Tints of Ultramarine #350FAD
RGB
CMYK
RGB Variations
Color information
#350FAD (or 0x350FAD) is known color: Ultramarine. HEX triplet: 35, 0F and AD. RGB value is (53,15,173). Sum of RGB (Red+Green+Blue) = 53+15+173=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #350FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FAD is #CAF052. Grayscale: #2B2B2B. Windows color (decimal): -13299795 or 11341621. OLE color: 11341621.
HSL color Cylindrical-coordinate representation of color #350FAD: hue angle of 254.43º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350FAD is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 15 | 173 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.32 |
| HSL | 254.43º | 0.84% | 0.37% | - |
| HSV(B) | 254.43º | 0.91% | 0.68% | - |
| XYZ | 9.18 | 4.12 | 39.85 | - |
| YUV | 44.37 | 200.59 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 173 | 0.69 | 0.91 | 0 | 0.32 | 254.43 | 0.84 | 0.37 |
| Hex | 35 | F | AD | 45 | 5B | 0 | 20 | FE | 54 | 25 |
| Octal | 65 | 17 | 255 | 105 | 133 | 0 | 40 | 376 | 124 | 45 |
| Binary | 110101 | 1111 | 10101101 | 1000101 | 1011011 | 0 | 100000 | 11111110 | 1010100 | 100101 |
Color Harmonies of #350FAD
Complementary color
Monochromatic Colors of #350FAD
Black with #350FAD
Text Example
Text Example
White with #350FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FAD; }
p { color: rgb(53,15,173); }
H1.HeaderClassName
{
color: #350FAD;
}
.AnyTagClassName
{
color: #350FAD;
}
</style>
background-color css
<style>
a { background-color: #350FAD; }
a { background-color: rgb(53,15,173); }
div.DivClassName
{
background-color: #350FAD;
}
.BgClassName
{
background-color: #350FAD;
}
</style>
border-color css
<style>
span { border-color: #350FAD; }
span { border-color: rgb(53,15,173); }
td.TdClassName
{
border-color: #350FAD;
}
.TagClassName
{
border-color: #350FAD;
}
</style>