Shades of Ultramarine #310DAA
Tints of Ultramarine #310DAA
RGB
CMYK
RGB Variations
Color information
#310DAA (or 0x310DAA) is known color: Ultramarine. HEX triplet: 31, 0D and AA. RGB value is (49,13,170). Sum of RGB (Red+Green+Blue) = 49+13+170=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #310DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310DAA is #CEF255. Grayscale: #292929. Windows color (decimal): -13562454 or 11144497. OLE color: 11144497.
HSL color Cylindrical-coordinate representation of color #310DAA: hue angle of 253.76º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310DAA is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 13 | 170 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.33 |
| HSL | 253.76º | 0.86% | 0.36% | - |
| HSV(B) | 253.76º | 0.92% | 0.67% | - |
| XYZ | 8.67 | 3.84 | 38.32 | - |
| YUV | 41.66 | 200.43 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 170 | 0.71 | 0.92 | 0 | 0.33 | 253.76 | 0.86 | 0.36 |
| Hex | 31 | D | AA | 47 | 5C | 0 | 21 | FE | 56 | 24 |
| Octal | 61 | 15 | 252 | 107 | 134 | 0 | 41 | 376 | 126 | 44 |
| Binary | 110001 | 1101 | 10101010 | 1000111 | 1011100 | 0 | 100001 | 11111110 | 1010110 | 100100 |
Color Harmonies of #310DAA
Complementary color
Monochromatic Colors of #310DAA
Black with #310DAA
Text Example
Text Example
White with #310DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DAA; }
p { color: rgb(49,13,170); }
H1.HeaderClassName
{
color: #310DAA;
}
.AnyTagClassName
{
color: #310DAA;
}
</style>
background-color css
<style>
a { background-color: #310DAA; }
a { background-color: rgb(49,13,170); }
div.DivClassName
{
background-color: #310DAA;
}
.BgClassName
{
background-color: #310DAA;
}
</style>
border-color css
<style>
span { border-color: #310DAA; }
span { border-color: rgb(49,13,170); }
td.TdClassName
{
border-color: #310DAA;
}
.TagClassName
{
border-color: #310DAA;
}
</style>