Shades of Ultramarine #350ABA
Tints of Ultramarine #350ABA
RGB
CMYK
RGB Variations
Color information
#350ABA (or 0x350ABA) is known color: Ultramarine. HEX triplet: 35, 0A and BA. RGB value is (53,10,186). Sum of RGB (Red+Green+Blue) = 53+10+186=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #350ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ABA is #CAF545. Grayscale: #2A2A2A. Windows color (decimal): -13301062 or 12192309. OLE color: 12192309.
HSL color Cylindrical-coordinate representation of color #350ABA: hue angle of 254.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350ABA is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 10 | 186 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.27 |
| HSL | 254.66º | 0.9% | 0.38% | - |
| HSV(B) | 254.66º | 0.95% | 0.73% | - |
| XYZ | 10.44 | 4.52 | 46.78 | - |
| YUV | 42.92 | 208.75 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 186 | 0.72 | 0.95 | 0 | 0.27 | 254.66 | 0.9 | 0.38 |
| Hex | 35 | A | BA | 48 | 5F | 0 | 1B | FF | 5A | 26 |
| Octal | 65 | 12 | 272 | 110 | 137 | 0 | 33 | 377 | 132 | 46 |
| Binary | 110101 | 1010 | 10111010 | 1001000 | 1011111 | 0 | 11011 | 11111111 | 1011010 | 100110 |
Color Harmonies of #350ABA
Complementary color
Monochromatic Colors of #350ABA
Black with #350ABA
Text Example
Text Example
White with #350ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350ABA; }
p { color: rgb(53,10,186); }
H1.HeaderClassName
{
color: #350ABA;
}
.AnyTagClassName
{
color: #350ABA;
}
</style>
background-color css
<style>
a { background-color: #350ABA; }
a { background-color: rgb(53,10,186); }
div.DivClassName
{
background-color: #350ABA;
}
.BgClassName
{
background-color: #350ABA;
}
</style>
border-color css
<style>
span { border-color: #350ABA; }
span { border-color: rgb(53,10,186); }
td.TdClassName
{
border-color: #350ABA;
}
.TagClassName
{
border-color: #350ABA;
}
</style>