Shades of Ultramarine #310AAA
Tints of Ultramarine #310AAA
RGB
CMYK
RGB Variations
Color information
#310AAA (or 0x310AAA) is known color: Ultramarine. HEX triplet: 31, 0A and AA. RGB value is (49,10,170). Sum of RGB (Red+Green+Blue) = 49+10+170=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #310AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310AAA is #CEF555. Grayscale: #272727. Windows color (decimal): -13563222 or 11143729. OLE color: 11143729.
HSL color Cylindrical-coordinate representation of color #310AAA: hue angle of 254.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310AAA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 10 | 170 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.33 |
| HSL | 254.63º | 0.89% | 0.35% | - |
| HSV(B) | 254.63º | 0.94% | 0.67% | - |
| XYZ | 8.63 | 3.77 | 38.3 | - |
| YUV | 39.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 170 | 0.71 | 0.94 | 0 | 0.33 | 254.63 | 0.89 | 0.35 |
| Hex | 31 | A | AA | 47 | 5E | 0 | 21 | FF | 59 | 23 |
| Octal | 61 | 12 | 252 | 107 | 136 | 0 | 41 | 377 | 131 | 43 |
| Binary | 110001 | 1010 | 10101010 | 1000111 | 1011110 | 0 | 100001 | 11111111 | 1011001 | 100011 |
Color Harmonies of #310AAA
Complementary color
Monochromatic Colors of #310AAA
Black with #310AAA
Text Example
Text Example
White with #310AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310AAA; }
p { color: rgb(49,10,170); }
H1.HeaderClassName
{
color: #310AAA;
}
.AnyTagClassName
{
color: #310AAA;
}
</style>
background-color css
<style>
a { background-color: #310AAA; }
a { background-color: rgb(49,10,170); }
div.DivClassName
{
background-color: #310AAA;
}
.BgClassName
{
background-color: #310AAA;
}
</style>
border-color css
<style>
span { border-color: #310AAA; }
span { border-color: rgb(49,10,170); }
td.TdClassName
{
border-color: #310AAA;
}
.TagClassName
{
border-color: #310AAA;
}
</style>