Shades of Ultramarine #310DBB
Tints of Ultramarine #310DBB
RGB
CMYK
RGB Variations
Color information
#310DBB (or 0x310DBB) is known color: Ultramarine. HEX triplet: 31, 0D and BB. RGB value is (49,13,187). Sum of RGB (Red+Green+Blue) = 49+13+187=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #310DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DBB is #CEF244. Grayscale: #2A2A2A. Windows color (decimal): -13562437 or 12258609. OLE color: 12258609.
HSL color Cylindrical-coordinate representation of color #310DBB: hue angle of 252.41º degrees, saturation: 0.87, 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 #310DBB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 13 | 187 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.27 |
| HSL | 252.41º | 0.87% | 0.39% | - |
| HSV(B) | 252.41º | 0.93% | 0.73% | - |
| XYZ | 10.38 | 4.53 | 47.34 | - |
| YUV | 43.6 | 208.93 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 187 | 0.74 | 0.93 | 0 | 0.27 | 252.41 | 0.87 | 0.39 |
| Hex | 31 | D | BB | 4A | 5D | 0 | 1B | FC | 57 | 27 |
| Octal | 61 | 15 | 273 | 112 | 135 | 0 | 33 | 374 | 127 | 47 |
| Binary | 110001 | 1101 | 10111011 | 1001010 | 1011101 | 0 | 11011 | 11111100 | 1010111 | 100111 |
Color Harmonies of #310DBB
Complementary color
Monochromatic Colors of #310DBB
Black with #310DBB
Text Example
Text Example
White with #310DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DBB; }
p { color: rgb(49,13,187); }
H1.HeaderClassName
{
color: #310DBB;
}
.AnyTagClassName
{
color: #310DBB;
}
</style>
background-color css
<style>
a { background-color: #310DBB; }
a { background-color: rgb(49,13,187); }
div.DivClassName
{
background-color: #310DBB;
}
.BgClassName
{
background-color: #310DBB;
}
</style>
border-color css
<style>
span { border-color: #310DBB; }
span { border-color: rgb(49,13,187); }
td.TdClassName
{
border-color: #310DBB;
}
.TagClassName
{
border-color: #310DBB;
}
</style>