Shades of Ultramarine #3110BA
Tints of Ultramarine #3110BA
RGB
CMYK
RGB Variations
Color information
#3110BA (or 0x3110BA) is known color: Ultramarine. HEX triplet: 31, 10 and BA. RGB value is (49,16,186). Sum of RGB (Red+Green+Blue) = 49+16+186=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #3110BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3110BA is #CEEF45. Grayscale: #2C2C2C. Windows color (decimal): -13561670 or 12193841. OLE color: 12193841.
HSL color Cylindrical-coordinate representation of color #3110BA: hue angle of 251.65º degrees, saturation: 0.84, 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 #3110BA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 16 | 186 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.27 |
| HSL | 251.65º | 0.84% | 0.4% | - |
| HSV(B) | 251.65º | 0.91% | 0.73% | - |
| XYZ | 10.31 | 4.57 | 46.79 | - |
| YUV | 45.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 186 | 0.74 | 0.91 | 0 | 0.27 | 251.65 | 0.84 | 0.4 |
| Hex | 31 | 10 | BA | 4A | 5B | 0 | 1B | FC | 54 | 28 |
| Octal | 61 | 20 | 272 | 112 | 133 | 0 | 33 | 374 | 124 | 50 |
| Binary | 110001 | 10000 | 10111010 | 1001010 | 1011011 | 0 | 11011 | 11111100 | 1010100 | 101000 |
Color Harmonies of #3110BA
Complementary color
Monochromatic Colors of #3110BA
Black with #3110BA
Text Example
Text Example
White with #3110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3110BA; }
p { color: rgb(49,16,186); }
H1.HeaderClassName
{
color: #3110BA;
}
.AnyTagClassName
{
color: #3110BA;
}
</style>
background-color css
<style>
a { background-color: #3110BA; }
a { background-color: rgb(49,16,186); }
div.DivClassName
{
background-color: #3110BA;
}
.BgClassName
{
background-color: #3110BA;
}
</style>
border-color css
<style>
span { border-color: #3110BA; }
span { border-color: rgb(49,16,186); }
td.TdClassName
{
border-color: #3110BA;
}
.TagClassName
{
border-color: #3110BA;
}
</style>