Shades of Ultramarine #3118AB
Tints of Ultramarine #3118AB
RGB
CMYK
RGB Variations
Color information
#3118AB (or 0x3118AB) is known color: Ultramarine. HEX triplet: 31, 18 and AB. RGB value is (49,24,171). Sum of RGB (Red+Green+Blue) = 49+24+171=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #3118AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3118AB is #CEE754. Grayscale: #2F2F2F. Windows color (decimal): -13559637 or 11212849. OLE color: 11212849.
HSL color Cylindrical-coordinate representation of color #3118AB: hue angle of 250.2º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3118AB is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 24 | 171 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.33 |
| HSL | 250.2º | 0.75% | 0.38% | - |
| HSV(B) | 250.2º | 0.86% | 0.67% | - |
| XYZ | 8.94 | 4.25 | 38.88 | - |
| YUV | 48.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 171 | 0.71 | 0.86 | 0 | 0.33 | 250.2 | 0.75 | 0.38 |
| Hex | 31 | 18 | AB | 47 | 56 | 0 | 21 | FA | 4B | 26 |
| Octal | 61 | 30 | 253 | 107 | 126 | 0 | 41 | 372 | 113 | 46 |
| Binary | 110001 | 11000 | 10101011 | 1000111 | 1010110 | 0 | 100001 | 11111010 | 1001011 | 100110 |
Color Harmonies of #3118AB
Complementary color
Monochromatic Colors of #3118AB
Black with #3118AB
Text Example
Text Example
White with #3118AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3118AB; }
p { color: rgb(49,24,171); }
H1.HeaderClassName
{
color: #3118AB;
}
.AnyTagClassName
{
color: #3118AB;
}
</style>
background-color css
<style>
a { background-color: #3118AB; }
a { background-color: rgb(49,24,171); }
div.DivClassName
{
background-color: #3118AB;
}
.BgClassName
{
background-color: #3118AB;
}
</style>
border-color css
<style>
span { border-color: #3118AB; }
span { border-color: rgb(49,24,171); }
td.TdClassName
{
border-color: #3118AB;
}
.TagClassName
{
border-color: #3118AB;
}
</style>