Shades of Ultramarine #3511BA
Tints of Ultramarine #3511BA
RGB
CMYK
RGB Variations
Color information
#3511BA (or 0x3511BA) is known color: Ultramarine. HEX triplet: 35, 11 and BA. RGB value is (53,17,186). Sum of RGB (Red+Green+Blue) = 53+17+186=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3511BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511BA is #CAEE45. Grayscale: #2E2E2E. Windows color (decimal): -13299270 or 12194101. OLE color: 12194101.
HSL color Cylindrical-coordinate representation of color #3511BA: hue angle of 252.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3511BA is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 17 | 186 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.27 |
| HSL | 252.78º | 0.83% | 0.4% | - |
| HSV(B) | 252.78º | 0.91% | 0.73% | - |
| XYZ | 10.53 | 4.7 | 46.81 | - |
| YUV | 47.03 | 206.43 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 186 | 0.72 | 0.91 | 0 | 0.27 | 252.78 | 0.83 | 0.4 |
| Hex | 35 | 11 | BA | 48 | 5B | 0 | 1B | FD | 53 | 28 |
| Octal | 65 | 21 | 272 | 110 | 133 | 0 | 33 | 375 | 123 | 50 |
| Binary | 110101 | 10001 | 10111010 | 1001000 | 1011011 | 0 | 11011 | 11111101 | 1010011 | 101000 |
Color Harmonies of #3511BA
Complementary color
Monochromatic Colors of #3511BA
Black with #3511BA
Text Example
Text Example
White with #3511BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3511BA; }
p { color: rgb(53,17,186); }
H1.HeaderClassName
{
color: #3511BA;
}
.AnyTagClassName
{
color: #3511BA;
}
</style>
background-color css
<style>
a { background-color: #3511BA; }
a { background-color: rgb(53,17,186); }
div.DivClassName
{
background-color: #3511BA;
}
.BgClassName
{
background-color: #3511BA;
}
</style>
border-color css
<style>
span { border-color: #3511BA; }
span { border-color: rgb(53,17,186); }
td.TdClassName
{
border-color: #3511BA;
}
.TagClassName
{
border-color: #3511BA;
}
</style>