Shades of Ultramarine #310CA2
Tints of Ultramarine #310CA2
RGB
CMYK
RGB Variations
Color information
#310CA2 (or 0x310CA2) is known color: Ultramarine. HEX triplet: 31, 0C and A2. RGB value is (49,12,162). Sum of RGB (Red+Green+Blue) = 49+12+162=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 162 (63.67% from 255 or 72.65% from 223); Max value from RGB is 162 - color contains mainly: blue. Hex color #310CA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310CA2 is #CEF35D. Grayscale: #272727. Windows color (decimal): -13562718 or 10619953. OLE color: 10619953.
HSL color Cylindrical-coordinate representation of color #310CA2: hue angle of 254.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310CA2 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 12 | 162 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.36 |
| HSL | 254.8º | 0.86% | 0.34% | - |
| HSV(B) | 254.8º | 0.93% | 0.64% | - |
| XYZ | 7.92 | 3.52 | 34.45 | - |
| YUV | 40.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 162 | 0.70 | 0.93 | 0 | 0.36 | 254.8 | 0.86 | 0.34 |
| Hex | 31 | C | A2 | 46 | 5D | 0 | 24 | FF | 56 | 22 |
| Octal | 61 | 14 | 242 | 106 | 135 | 0 | 44 | 377 | 126 | 42 |
| Binary | 110001 | 1100 | 10100010 | 1000110 | 1011101 | 0 | 100100 | 11111111 | 1010110 | 100010 |
Color Harmonies of #310CA2
Complementary color
Monochromatic Colors of #310CA2
Black with #310CA2
Text Example
Text Example
White with #310CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CA2; }
p { color: rgb(49,12,162); }
H1.HeaderClassName
{
color: #310CA2;
}
.AnyTagClassName
{
color: #310CA2;
}
</style>
background-color css
<style>
a { background-color: #310CA2; }
a { background-color: rgb(49,12,162); }
div.DivClassName
{
background-color: #310CA2;
}
.BgClassName
{
background-color: #310CA2;
}
</style>
border-color css
<style>
span { border-color: #310CA2; }
span { border-color: rgb(49,12,162); }
td.TdClassName
{
border-color: #310CA2;
}
.TagClassName
{
border-color: #310CA2;
}
</style>