Shades of Ultramarine #3500BA
Tints of Ultramarine #3500BA
RGB
CMYK
RGB Variations
Color information
#3500BA (or 0x3500BA) is known color: Ultramarine. HEX triplet: 35, 00 and BA. RGB value is (53,0,186). Sum of RGB (Red+Green+Blue) = 53+0+186=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #3500BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500BA is #CAFF45. Grayscale: #242424. Windows color (decimal): -13303622 or 12189749. OLE color: 12189749.
HSL color Cylindrical-coordinate representation of color #3500BA: hue angle of 257.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500BA is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 0 | 186 | - |
| CMYK | 0.72 | 1 | 0 | 0.27 |
| HSL | 257.1º | 1% | 0.36% | - |
| HSV(B) | 257.1º | 1% | 0.73% | - |
| XYZ | 10.33 | 4.3 | 46.74 | - |
| YUV | 37.05 | 212.06 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 186 | 0.72 | 1 | 0 | 0.27 | 257.1 | 1 | 0.36 |
| Hex | 35 | 0 | BA | 48 | 64 | 0 | 1B | 101 | 64 | 24 |
| Octal | 65 | 0 | 272 | 110 | 144 | 0 | 33 | 401 | 144 | 44 |
| Binary | 110101 | 0 | 10111010 | 1001000 | 1100100 | 0 | 11011 | 100000001 | 1100100 | 100100 |
Color Harmonies of #3500BA
Complementary color
Monochromatic Colors of #3500BA
Black with #3500BA
Text Example
Text Example
White with #3500BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500BA; }
p { color: rgb(53,0,186); }
H1.HeaderClassName
{
color: #3500BA;
}
.AnyTagClassName
{
color: #3500BA;
}
</style>
background-color css
<style>
a { background-color: #3500BA; }
a { background-color: rgb(53,0,186); }
div.DivClassName
{
background-color: #3500BA;
}
.BgClassName
{
background-color: #3500BA;
}
</style>
border-color css
<style>
span { border-color: #3500BA; }
span { border-color: rgb(53,0,186); }
td.TdClassName
{
border-color: #3500BA;
}
.TagClassName
{
border-color: #3500BA;
}
</style>