Shades of Ultramarine #310EBB
Tints of Ultramarine #310EBB
RGB
CMYK
RGB Variations
Color information
#310EBB (or 0x310EBB) is known color: Ultramarine. HEX triplet: 31, 0E and BB. RGB value is (49,14,187). Sum of RGB (Red+Green+Blue) = 49+14+187=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #310EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EBB is #CEF144. Grayscale: #2B2B2B. Windows color (decimal): -13562181 or 12258865. OLE color: 12258865.
HSL color Cylindrical-coordinate representation of color #310EBB: hue angle of 252.14º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310EBB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 14 | 187 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.27 |
| HSL | 252.14º | 0.86% | 0.39% | - |
| HSV(B) | 252.14º | 0.93% | 0.73% | - |
| XYZ | 10.39 | 4.55 | 47.35 | - |
| YUV | 44.19 | 208.6 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 187 | 0.74 | 0.93 | 0 | 0.27 | 252.14 | 0.86 | 0.39 |
| Hex | 31 | E | BB | 4A | 5D | 0 | 1B | FC | 56 | 27 |
| Octal | 61 | 16 | 273 | 112 | 135 | 0 | 33 | 374 | 126 | 47 |
| Binary | 110001 | 1110 | 10111011 | 1001010 | 1011101 | 0 | 11011 | 11111100 | 1010110 | 100111 |
Color Harmonies of #310EBB
Complementary color
Monochromatic Colors of #310EBB
Black with #310EBB
Text Example
Text Example
White with #310EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EBB; }
p { color: rgb(49,14,187); }
H1.HeaderClassName
{
color: #310EBB;
}
.AnyTagClassName
{
color: #310EBB;
}
</style>
background-color css
<style>
a { background-color: #310EBB; }
a { background-color: rgb(49,14,187); }
div.DivClassName
{
background-color: #310EBB;
}
.BgClassName
{
background-color: #310EBB;
}
</style>
border-color css
<style>
span { border-color: #310EBB; }
span { border-color: rgb(49,14,187); }
td.TdClassName
{
border-color: #310EBB;
}
.TagClassName
{
border-color: #310EBB;
}
</style>