Shades of Ultramarine #310CBA
Tints of Ultramarine #310CBA
RGB
CMYK
RGB Variations
Color information
#310CBA (or 0x310CBA) is known color: Ultramarine. HEX triplet: 31, 0C and BA. RGB value is (49,12,186). Sum of RGB (Red+Green+Blue) = 49+12+186=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #310CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CBA is #CEF345. Grayscale: #2A2A2A. Windows color (decimal): -13562694 or 12192817. OLE color: 12192817.
HSL color Cylindrical-coordinate representation of color #310CBA: hue angle of 252.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CBA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 12 | 186 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.27 |
| HSL | 252.76º | 0.88% | 0.39% | - |
| HSV(B) | 252.76º | 0.94% | 0.73% | - |
| XYZ | 10.26 | 4.46 | 46.77 | - |
| YUV | 42.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 186 | 0.74 | 0.94 | 0 | 0.27 | 252.76 | 0.88 | 0.39 |
| Hex | 31 | C | BA | 4A | 5E | 0 | 1B | FD | 58 | 27 |
| Octal | 61 | 14 | 272 | 112 | 136 | 0 | 33 | 375 | 130 | 47 |
| Binary | 110001 | 1100 | 10111010 | 1001010 | 1011110 | 0 | 11011 | 11111101 | 1011000 | 100111 |
Color Harmonies of #310CBA
Complementary color
Monochromatic Colors of #310CBA
Black with #310CBA
Text Example
Text Example
White with #310CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CBA; }
p { color: rgb(49,12,186); }
H1.HeaderClassName
{
color: #310CBA;
}
.AnyTagClassName
{
color: #310CBA;
}
</style>
background-color css
<style>
a { background-color: #310CBA; }
a { background-color: rgb(49,12,186); }
div.DivClassName
{
background-color: #310CBA;
}
.BgClassName
{
background-color: #310CBA;
}
</style>
border-color css
<style>
span { border-color: #310CBA; }
span { border-color: rgb(49,12,186); }
td.TdClassName
{
border-color: #310CBA;
}
.TagClassName
{
border-color: #310CBA;
}
</style>