Shades of Ultramarine #310AA6
Tints of Ultramarine #310AA6
RGB
CMYK
RGB Variations
Color information
#310AA6 (or 0x310AA6) is known color: Ultramarine. HEX triplet: 31, 0A and A6. RGB value is (49,10,166). Sum of RGB (Red+Green+Blue) = 49+10+166=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #310AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310AA6 is #CEF559. Grayscale: #262626. Windows color (decimal): -13563226 or 10881585. OLE color: 10881585.
HSL color Cylindrical-coordinate representation of color #310AA6: hue angle of 255º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310AA6 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 10 | 166 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.35 |
| HSL | 255º | 0.89% | 0.35% | - |
| HSV(B) | 255º | 0.94% | 0.65% | - |
| XYZ | 8.26 | 3.62 | 36.34 | - |
| YUV | 39.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 166 | 0.70 | 0.94 | 0 | 0.35 | 255 | 0.89 | 0.35 |
| Hex | 31 | A | A6 | 46 | 5E | 0 | 23 | FF | 59 | 23 |
| Octal | 61 | 12 | 246 | 106 | 136 | 0 | 43 | 377 | 131 | 43 |
| Binary | 110001 | 1010 | 10100110 | 1000110 | 1011110 | 0 | 100011 | 11111111 | 1011001 | 100011 |
Color Harmonies of #310AA6
Complementary color
Monochromatic Colors of #310AA6
Black with #310AA6
Text Example
Text Example
White with #310AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310AA6; }
p { color: rgb(49,10,166); }
H1.HeaderClassName
{
color: #310AA6;
}
.AnyTagClassName
{
color: #310AA6;
}
</style>
background-color css
<style>
a { background-color: #310AA6; }
a { background-color: rgb(49,10,166); }
div.DivClassName
{
background-color: #310AA6;
}
.BgClassName
{
background-color: #310AA6;
}
</style>
border-color css
<style>
span { border-color: #310AA6; }
span { border-color: rgb(49,10,166); }
td.TdClassName
{
border-color: #310AA6;
}
.TagClassName
{
border-color: #310AA6;
}
</style>