Shades of Ultramarine #310DB3
Tints of Ultramarine #310DB3
RGB
CMYK
RGB Variations
Color information
#310DB3 (or 0x310DB3) is known color: Ultramarine. HEX triplet: 31, 0D and B3. RGB value is (49,13,179). Sum of RGB (Red+Green+Blue) = 49+13+179=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #310DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DB3 is #CEF24C. Grayscale: #2A2A2A. Windows color (decimal): -13562445 or 11734321. OLE color: 11734321.
HSL color Cylindrical-coordinate representation of color #310DB3: hue angle of 253.01º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310DB3 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 13 | 179 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.30 |
| HSL | 253.01º | 0.86% | 0.38% | - |
| HSV(B) | 253.01º | 0.93% | 0.7% | - |
| XYZ | 9.55 | 4.2 | 42.95 | - |
| YUV | 42.69 | 204.93 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 179 | 0.73 | 0.93 | 0 | 0.30 | 253.01 | 0.86 | 0.38 |
| Hex | 31 | D | B3 | 49 | 5D | 0 | 1E | FD | 56 | 26 |
| Octal | 61 | 15 | 263 | 111 | 135 | 0 | 36 | 375 | 126 | 46 |
| Binary | 110001 | 1101 | 10110011 | 1001001 | 1011101 | 0 | 11110 | 11111101 | 1010110 | 100110 |
Color Harmonies of #310DB3
Complementary color
Monochromatic Colors of #310DB3
Black with #310DB3
Text Example
Text Example
White with #310DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DB3; }
p { color: rgb(49,13,179); }
H1.HeaderClassName
{
color: #310DB3;
}
.AnyTagClassName
{
color: #310DB3;
}
</style>
background-color css
<style>
a { background-color: #310DB3; }
a { background-color: rgb(49,13,179); }
div.DivClassName
{
background-color: #310DB3;
}
.BgClassName
{
background-color: #310DB3;
}
</style>
border-color css
<style>
span { border-color: #310DB3; }
span { border-color: rgb(49,13,179); }
td.TdClassName
{
border-color: #310DB3;
}
.TagClassName
{
border-color: #310DB3;
}
</style>