Shades of Ultramarine #311D9F
Tints of Ultramarine #311D9F
RGB
CMYK
RGB Variations
Color information
#311D9F (or 0x311D9F) is known color: Ultramarine. HEX triplet: 31, 1D and 9F. RGB value is (49,29,159). Sum of RGB (Red+Green+Blue) = 49+29+159=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #311D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311D9F is #CEE260. Grayscale: #313131. Windows color (decimal): -13558369 or 10427697. OLE color: 10427697.
HSL color Cylindrical-coordinate representation of color #311D9F: hue angle of 249.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311D9F is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 29 | 159 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.38 |
| HSL | 249.23º | 0.69% | 0.37% | - |
| HSV(B) | 249.23º | 0.82% | 0.62% | - |
| XYZ | 7.96 | 4.03 | 33.16 | - |
| YUV | 49.8 | 189.63 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 159 | 0.69 | 0.82 | 0 | 0.38 | 249.23 | 0.69 | 0.37 |
| Hex | 31 | 1D | 9F | 45 | 52 | 0 | 26 | F9 | 45 | 25 |
| Octal | 61 | 35 | 237 | 105 | 122 | 0 | 46 | 371 | 105 | 45 |
| Binary | 110001 | 11101 | 10011111 | 1000101 | 1010010 | 0 | 100110 | 11111001 | 1000101 | 100101 |
Color Harmonies of #311D9F
Complementary color
Monochromatic Colors of #311D9F
Black with #311D9F
Text Example
Text Example
White with #311D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D9F; }
p { color: rgb(49,29,159); }
H1.HeaderClassName
{
color: #311D9F;
}
.AnyTagClassName
{
color: #311D9F;
}
</style>
background-color css
<style>
a { background-color: #311D9F; }
a { background-color: rgb(49,29,159); }
div.DivClassName
{
background-color: #311D9F;
}
.BgClassName
{
background-color: #311D9F;
}
</style>
border-color css
<style>
span { border-color: #311D9F; }
span { border-color: rgb(49,29,159); }
td.TdClassName
{
border-color: #311D9F;
}
.TagClassName
{
border-color: #311D9F;
}
</style>