Shades of Ultramarine #311BAC
Tints of Ultramarine #311BAC
RGB
CMYK
RGB Variations
Color information
#311BAC (or 0x311BAC) is known color: Ultramarine. HEX triplet: 31, 1B and AC. RGB value is (49,27,172). Sum of RGB (Red+Green+Blue) = 49+27+172=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #311BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311BAC is #CEE453. Grayscale: #313131. Windows color (decimal): -13558868 or 11279153. OLE color: 11279153.
HSL color Cylindrical-coordinate representation of color #311BAC: hue angle of 249.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311BAC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 27 | 172 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.33 |
| HSL | 249.1º | 0.73% | 0.39% | - |
| HSV(B) | 249.1º | 0.84% | 0.67% | - |
| XYZ | 9.1 | 4.42 | 39.4 | - |
| YUV | 50.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 172 | 0.72 | 0.84 | 0 | 0.33 | 249.1 | 0.73 | 0.39 |
| Hex | 31 | 1B | AC | 48 | 54 | 0 | 21 | F9 | 49 | 27 |
| Octal | 61 | 33 | 254 | 110 | 124 | 0 | 41 | 371 | 111 | 47 |
| Binary | 110001 | 11011 | 10101100 | 1001000 | 1010100 | 0 | 100001 | 11111001 | 1001001 | 100111 |
Color Harmonies of #311BAC
Complementary color
Monochromatic Colors of #311BAC
Black with #311BAC
Text Example
Text Example
White with #311BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BAC; }
p { color: rgb(49,27,172); }
H1.HeaderClassName
{
color: #311BAC;
}
.AnyTagClassName
{
color: #311BAC;
}
</style>
background-color css
<style>
a { background-color: #311BAC; }
a { background-color: rgb(49,27,172); }
div.DivClassName
{
background-color: #311BAC;
}
.BgClassName
{
background-color: #311BAC;
}
</style>
border-color css
<style>
span { border-color: #311BAC; }
span { border-color: rgb(49,27,172); }
td.TdClassName
{
border-color: #311BAC;
}
.TagClassName
{
border-color: #311BAC;
}
</style>