Shades of Ultramarine #310FA3
Tints of Ultramarine #310FA3
RGB
CMYK
RGB Variations
Color information
#310FA3 (or 0x310FA3) is known color: Ultramarine. HEX triplet: 31, 0F and A3. RGB value is (49,15,163). Sum of RGB (Red+Green+Blue) = 49+15+163=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #310FA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310FA3 is #CEF05C. Grayscale: #292929. Windows color (decimal): -13561949 or 10686257. OLE color: 10686257.
HSL color Cylindrical-coordinate representation of color #310FA3: hue angle of 253.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310FA3 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 15 | 163 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.36 |
| HSL | 253.78º | 0.83% | 0.35% | - |
| HSV(B) | 253.78º | 0.91% | 0.64% | - |
| XYZ | 8.05 | 3.64 | 34.93 | - |
| YUV | 42.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 163 | 0.70 | 0.91 | 0 | 0.36 | 253.78 | 0.83 | 0.35 |
| Hex | 31 | F | A3 | 46 | 5B | 0 | 24 | FE | 53 | 23 |
| Octal | 61 | 17 | 243 | 106 | 133 | 0 | 44 | 376 | 123 | 43 |
| Binary | 110001 | 1111 | 10100011 | 1000110 | 1011011 | 0 | 100100 | 11111110 | 1010011 | 100011 |
Color Harmonies of #310FA3
Complementary color
Monochromatic Colors of #310FA3
Black with #310FA3
Text Example
Text Example
White with #310FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FA3; }
p { color: rgb(49,15,163); }
H1.HeaderClassName
{
color: #310FA3;
}
.AnyTagClassName
{
color: #310FA3;
}
</style>
background-color css
<style>
a { background-color: #310FA3; }
a { background-color: rgb(49,15,163); }
div.DivClassName
{
background-color: #310FA3;
}
.BgClassName
{
background-color: #310FA3;
}
</style>
border-color css
<style>
span { border-color: #310FA3; }
span { border-color: rgb(49,15,163); }
td.TdClassName
{
border-color: #310FA3;
}
.TagClassName
{
border-color: #310FA3;
}
</style>