Shades of Ultramarine #310AAD
Tints of Ultramarine #310AAD
RGB
CMYK
RGB Variations
Color information
#310AAD (or 0x310AAD) is known color: Ultramarine. HEX triplet: 31, 0A and AD. RGB value is (49,10,173). Sum of RGB (Red+Green+Blue) = 49+10+173=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #310AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310AAD is #CEF552. Grayscale: #272727. Windows color (decimal): -13563219 or 11340337. OLE color: 11340337.
HSL color Cylindrical-coordinate representation of color #310AAD: hue angle of 254.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310AAD is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 10 | 173 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.32 |
| HSL | 254.36º | 0.89% | 0.36% | - |
| HSV(B) | 254.36º | 0.94% | 0.68% | - |
| XYZ | 8.92 | 3.89 | 39.82 | - |
| YUV | 40.24 | 202.92 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 173 | 0.72 | 0.94 | 0 | 0.32 | 254.36 | 0.89 | 0.36 |
| Hex | 31 | A | AD | 48 | 5E | 0 | 20 | FE | 59 | 24 |
| Octal | 61 | 12 | 255 | 110 | 136 | 0 | 40 | 376 | 131 | 44 |
| Binary | 110001 | 1010 | 10101101 | 1001000 | 1011110 | 0 | 100000 | 11111110 | 1011001 | 100100 |
Color Harmonies of #310AAD
Complementary color
Monochromatic Colors of #310AAD
Black with #310AAD
Text Example
Text Example
White with #310AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310AAD; }
p { color: rgb(49,10,173); }
H1.HeaderClassName
{
color: #310AAD;
}
.AnyTagClassName
{
color: #310AAD;
}
</style>
background-color css
<style>
a { background-color: #310AAD; }
a { background-color: rgb(49,10,173); }
div.DivClassName
{
background-color: #310AAD;
}
.BgClassName
{
background-color: #310AAD;
}
</style>
border-color css
<style>
span { border-color: #310AAD; }
span { border-color: rgb(49,10,173); }
td.TdClassName
{
border-color: #310AAD;
}
.TagClassName
{
border-color: #310AAD;
}
</style>