Shades of Ultramarine #310EA1
Tints of Ultramarine #310EA1
RGB
CMYK
RGB Variations
Color information
#310EA1 (or 0x310EA1) is known color: Ultramarine. HEX triplet: 31, 0E and A1. RGB value is (49,14,161). Sum of RGB (Red+Green+Blue) = 49+14+161=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #310EA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310EA1 is #CEF15E. Grayscale: #282828. Windows color (decimal): -13562207 or 10554929. OLE color: 10554929.
HSL color Cylindrical-coordinate representation of color #310EA1: hue angle of 254.29º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310EA1 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 14 | 161 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.37 |
| HSL | 254.29º | 0.84% | 0.34% | - |
| HSV(B) | 254.29º | 0.91% | 0.63% | - |
| XYZ | 7.86 | 3.54 | 33.99 | - |
| YUV | 41.22 | 195.6 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 161 | 0.70 | 0.91 | 0 | 0.37 | 254.29 | 0.84 | 0.34 |
| Hex | 31 | E | A1 | 46 | 5B | 0 | 25 | FE | 54 | 22 |
| Octal | 61 | 16 | 241 | 106 | 133 | 0 | 45 | 376 | 124 | 42 |
| Binary | 110001 | 1110 | 10100001 | 1000110 | 1011011 | 0 | 100101 | 11111110 | 1010100 | 100010 |
Color Harmonies of #310EA1
Complementary color
Monochromatic Colors of #310EA1
Black with #310EA1
Text Example
Text Example
White with #310EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EA1; }
p { color: rgb(49,14,161); }
H1.HeaderClassName
{
color: #310EA1;
}
.AnyTagClassName
{
color: #310EA1;
}
</style>
background-color css
<style>
a { background-color: #310EA1; }
a { background-color: rgb(49,14,161); }
div.DivClassName
{
background-color: #310EA1;
}
.BgClassName
{
background-color: #310EA1;
}
</style>
border-color css
<style>
span { border-color: #310EA1; }
span { border-color: rgb(49,14,161); }
td.TdClassName
{
border-color: #310EA1;
}
.TagClassName
{
border-color: #310EA1;
}
</style>