Shades of Ultramarine #3509BA
Tints of Ultramarine #3509BA
RGB
CMYK
RGB Variations
Color information
#3509BA (or 0x3509BA) is known color: Ultramarine. HEX triplet: 35, 09 and BA. RGB value is (53,9,186). Sum of RGB (Red+Green+Blue) = 53+9+186=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #3509BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3509BA is #CAF645. Grayscale: #292929. Windows color (decimal): -13301318 or 12192053. OLE color: 12192053.
HSL color Cylindrical-coordinate representation of color #3509BA: hue angle of 254.92º degrees, saturation: 0.91, 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 #3509BA is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 9 | 186 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.27 |
| HSL | 254.92º | 0.91% | 0.38% | - |
| HSV(B) | 254.92º | 0.95% | 0.73% | - |
| XYZ | 10.43 | 4.5 | 46.77 | - |
| YUV | 42.33 | 209.08 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 186 | 0.72 | 0.95 | 0 | 0.27 | 254.92 | 0.91 | 0.38 |
| Hex | 35 | 9 | BA | 48 | 5F | 0 | 1B | FF | 5B | 26 |
| Octal | 65 | 11 | 272 | 110 | 137 | 0 | 33 | 377 | 133 | 46 |
| Binary | 110101 | 1001 | 10111010 | 1001000 | 1011111 | 0 | 11011 | 11111111 | 1011011 | 100110 |
Color Harmonies of #3509BA
Complementary color
Monochromatic Colors of #3509BA
Black with #3509BA
Text Example
Text Example
White with #3509BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3509BA; }
p { color: rgb(53,9,186); }
H1.HeaderClassName
{
color: #3509BA;
}
.AnyTagClassName
{
color: #3509BA;
}
</style>
background-color css
<style>
a { background-color: #3509BA; }
a { background-color: rgb(53,9,186); }
div.DivClassName
{
background-color: #3509BA;
}
.BgClassName
{
background-color: #3509BA;
}
</style>
border-color css
<style>
span { border-color: #3509BA; }
span { border-color: rgb(53,9,186); }
td.TdClassName
{
border-color: #3509BA;
}
.TagClassName
{
border-color: #3509BA;
}
</style>