Shades of Ultramarine #310BBB
Tints of Ultramarine #310BBB
RGB
CMYK
RGB Variations
Color information
#310BBB (or 0x310BBB) is known color: Ultramarine. HEX triplet: 31, 0B and BB. RGB value is (49,11,187). Sum of RGB (Red+Green+Blue) = 49+11+187=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #310BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BBB is #CEF444. Grayscale: #292929. Windows color (decimal): -13562949 or 12258097. OLE color: 12258097.
HSL color Cylindrical-coordinate representation of color #310BBB: hue angle of 252.95º degrees, saturation: 0.89, 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 #310BBB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 11 | 187 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.27 |
| HSL | 252.95º | 0.89% | 0.39% | - |
| HSV(B) | 252.95º | 0.94% | 0.73% | - |
| XYZ | 10.36 | 4.48 | 47.33 | - |
| YUV | 42.43 | 209.59 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 187 | 0.74 | 0.94 | 0 | 0.27 | 252.95 | 0.89 | 0.39 |
| Hex | 31 | B | BB | 4A | 5E | 0 | 1B | FD | 59 | 27 |
| Octal | 61 | 13 | 273 | 112 | 136 | 0 | 33 | 375 | 131 | 47 |
| Binary | 110001 | 1011 | 10111011 | 1001010 | 1011110 | 0 | 11011 | 11111101 | 1011001 | 100111 |
Color Harmonies of #310BBB
Complementary color
Monochromatic Colors of #310BBB
Black with #310BBB
Text Example
Text Example
White with #310BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BBB; }
p { color: rgb(49,11,187); }
H1.HeaderClassName
{
color: #310BBB;
}
.AnyTagClassName
{
color: #310BBB;
}
</style>
background-color css
<style>
a { background-color: #310BBB; }
a { background-color: rgb(49,11,187); }
div.DivClassName
{
background-color: #310BBB;
}
.BgClassName
{
background-color: #310BBB;
}
</style>
border-color css
<style>
span { border-color: #310BBB; }
span { border-color: rgb(49,11,187); }
td.TdClassName
{
border-color: #310BBB;
}
.TagClassName
{
border-color: #310BBB;
}
</style>