Shades of Ultramarine #310FA8
Tints of Ultramarine #310FA8
RGB
CMYK
RGB Variations
Color information
#310FA8 (or 0x310FA8) is known color: Ultramarine. HEX triplet: 31, 0F and A8. RGB value is (49,15,168). Sum of RGB (Red+Green+Blue) = 49+15+168=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 168 (66.02% from 255 or 72.41% from 232); Max value from RGB is 168 - color contains mainly: blue. Hex color #310FA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310FA8 is #CEF057. Grayscale: #2A2A2A. Windows color (decimal): -13561944 or 11013937. OLE color: 11013937.
HSL color Cylindrical-coordinate representation of color #310FA8: hue angle of 253.33º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310FA8 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 15 | 168 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.34 |
| HSL | 253.33º | 0.84% | 0.36% | - |
| HSV(B) | 253.33º | 0.91% | 0.66% | - |
| XYZ | 8.51 | 3.82 | 37.34 | - |
| YUV | 42.61 | 198.76 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 168 | 0.71 | 0.91 | 0 | 0.34 | 253.33 | 0.84 | 0.36 |
| Hex | 31 | F | A8 | 47 | 5B | 0 | 22 | FD | 54 | 24 |
| Octal | 61 | 17 | 250 | 107 | 133 | 0 | 42 | 375 | 124 | 44 |
| Binary | 110001 | 1111 | 10101000 | 1000111 | 1011011 | 0 | 100010 | 11111101 | 1010100 | 100100 |
Color Harmonies of #310FA8
Complementary color
Monochromatic Colors of #310FA8
Black with #310FA8
Text Example
Text Example
White with #310FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FA8; }
p { color: rgb(49,15,168); }
H1.HeaderClassName
{
color: #310FA8;
}
.AnyTagClassName
{
color: #310FA8;
}
</style>
background-color css
<style>
a { background-color: #310FA8; }
a { background-color: rgb(49,15,168); }
div.DivClassName
{
background-color: #310FA8;
}
.BgClassName
{
background-color: #310FA8;
}
</style>
border-color css
<style>
span { border-color: #310FA8; }
span { border-color: rgb(49,15,168); }
td.TdClassName
{
border-color: #310FA8;
}
.TagClassName
{
border-color: #310FA8;
}
</style>