Shades of Ultramarine #311AAE
Tints of Ultramarine #311AAE
RGB
CMYK
RGB Variations
Color information
#311AAE (or 0x311AAE) is known color: Ultramarine. HEX triplet: 31, 1A and AE. RGB value is (49,26,174). Sum of RGB (Red+Green+Blue) = 49+26+174=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #311AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311AAE is #CEE551. Grayscale: #313131. Windows color (decimal): -13559122 or 11409969. OLE color: 11409969.
HSL color Cylindrical-coordinate representation of color #311AAE: hue angle of 249.32º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311AAE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 26 | 174 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.32 |
| HSL | 249.32º | 0.74% | 0.39% | - |
| HSV(B) | 249.32º | 0.85% | 0.68% | - |
| XYZ | 9.28 | 4.45 | 40.41 | - |
| YUV | 49.75 | 198.12 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 174 | 0.72 | 0.85 | 0 | 0.32 | 249.32 | 0.74 | 0.39 |
| Hex | 31 | 1A | AE | 48 | 55 | 0 | 20 | F9 | 4A | 27 |
| Octal | 61 | 32 | 256 | 110 | 125 | 0 | 40 | 371 | 112 | 47 |
| Binary | 110001 | 11010 | 10101110 | 1001000 | 1010101 | 0 | 100000 | 11111001 | 1001010 | 100111 |
Color Harmonies of #311AAE
Complementary color
Monochromatic Colors of #311AAE
Black with #311AAE
Text Example
Text Example
White with #311AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311AAE; }
p { color: rgb(49,26,174); }
H1.HeaderClassName
{
color: #311AAE;
}
.AnyTagClassName
{
color: #311AAE;
}
</style>
background-color css
<style>
a { background-color: #311AAE; }
a { background-color: rgb(49,26,174); }
div.DivClassName
{
background-color: #311AAE;
}
.BgClassName
{
background-color: #311AAE;
}
</style>
border-color css
<style>
span { border-color: #311AAE; }
span { border-color: rgb(49,26,174); }
td.TdClassName
{
border-color: #311AAE;
}
.TagClassName
{
border-color: #311AAE;
}
</style>