Shades of Ultramarine #310BAC
Tints of Ultramarine #310BAC
RGB
CMYK
RGB Variations
Color information
#310BAC (or 0x310BAC) is known color: Ultramarine. HEX triplet: 31, 0B and AC. RGB value is (49,11,172). Sum of RGB (Red+Green+Blue) = 49+11+172=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #310BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310BAC is #CEF453. Grayscale: #282828. Windows color (decimal): -13562964 or 11275057. OLE color: 11275057.
HSL color Cylindrical-coordinate representation of color #310BAC: hue angle of 254.16º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BAC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 11 | 172 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.33 |
| HSL | 254.16º | 0.88% | 0.36% | - |
| HSV(B) | 254.16º | 0.94% | 0.67% | - |
| XYZ | 8.83 | 3.87 | 39.31 | - |
| YUV | 40.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 172 | 0.72 | 0.94 | 0 | 0.33 | 254.16 | 0.88 | 0.36 |
| Hex | 31 | B | AC | 48 | 5E | 0 | 21 | FE | 58 | 24 |
| Octal | 61 | 13 | 254 | 110 | 136 | 0 | 41 | 376 | 130 | 44 |
| Binary | 110001 | 1011 | 10101100 | 1001000 | 1011110 | 0 | 100001 | 11111110 | 1011000 | 100100 |
Color Harmonies of #310BAC
Complementary color
Monochromatic Colors of #310BAC
Black with #310BAC
Text Example
Text Example
White with #310BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BAC; }
p { color: rgb(49,11,172); }
H1.HeaderClassName
{
color: #310BAC;
}
.AnyTagClassName
{
color: #310BAC;
}
</style>
background-color css
<style>
a { background-color: #310BAC; }
a { background-color: rgb(49,11,172); }
div.DivClassName
{
background-color: #310BAC;
}
.BgClassName
{
background-color: #310BAC;
}
</style>
border-color css
<style>
span { border-color: #310BAC; }
span { border-color: rgb(49,11,172); }
td.TdClassName
{
border-color: #310BAC;
}
.TagClassName
{
border-color: #310BAC;
}
</style>