Shades of Ultramarine #310DBA
Tints of Ultramarine #310DBA
RGB
CMYK
RGB Variations
Color information
#310DBA (or 0x310DBA) is known color: Ultramarine. HEX triplet: 31, 0D and BA. RGB value is (49,13,186). Sum of RGB (Red+Green+Blue) = 49+13+186=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #310DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DBA is #CEF245. Grayscale: #2A2A2A. Windows color (decimal): -13562438 or 12193073. OLE color: 12193073.
HSL color Cylindrical-coordinate representation of color #310DBA: hue angle of 252.49º 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 #310DBA is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 13 | 186 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.27 |
| HSL | 252.49º | 0.87% | 0.39% | - |
| HSV(B) | 252.49º | 0.93% | 0.73% | - |
| XYZ | 10.27 | 4.49 | 46.78 | - |
| YUV | 43.49 | 208.43 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 186 | 0.74 | 0.93 | 0 | 0.27 | 252.49 | 0.87 | 0.39 |
| Hex | 31 | D | BA | 4A | 5D | 0 | 1B | FC | 57 | 27 |
| Octal | 61 | 15 | 272 | 112 | 135 | 0 | 33 | 374 | 127 | 47 |
| Binary | 110001 | 1101 | 10111010 | 1001010 | 1011101 | 0 | 11011 | 11111100 | 1010111 | 100111 |
Color Harmonies of #310DBA
Complementary color
Monochromatic Colors of #310DBA
Black with #310DBA
Text Example
Text Example
White with #310DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DBA; }
p { color: rgb(49,13,186); }
H1.HeaderClassName
{
color: #310DBA;
}
.AnyTagClassName
{
color: #310DBA;
}
</style>
background-color css
<style>
a { background-color: #310DBA; }
a { background-color: rgb(49,13,186); }
div.DivClassName
{
background-color: #310DBA;
}
.BgClassName
{
background-color: #310DBA;
}
</style>
border-color css
<style>
span { border-color: #310DBA; }
span { border-color: rgb(49,13,186); }
td.TdClassName
{
border-color: #310DBA;
}
.TagClassName
{
border-color: #310DBA;
}
</style>