Shades of Ultramarine #3117AB
Tints of Ultramarine #3117AB
RGB
CMYK
RGB Variations
Color information
#3117AB (or 0x3117AB) is known color: Ultramarine. HEX triplet: 31, 17 and AB. RGB value is (49,23,171). Sum of RGB (Red+Green+Blue) = 49+23+171=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3117AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3117AB is #CEE854. Grayscale: #2F2F2F. Windows color (decimal): -13559893 or 11212593. OLE color: 11212593.
HSL color Cylindrical-coordinate representation of color #3117AB: hue angle of 250.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3117AB is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 23 | 171 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.33 |
| HSL | 250.54º | 0.76% | 0.38% | - |
| HSV(B) | 250.54º | 0.87% | 0.67% | - |
| XYZ | 8.92 | 4.21 | 38.87 | - |
| YUV | 47.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 171 | 0.71 | 0.87 | 0 | 0.33 | 250.54 | 0.76 | 0.38 |
| Hex | 31 | 17 | AB | 47 | 57 | 0 | 21 | FB | 4C | 26 |
| Octal | 61 | 27 | 253 | 107 | 127 | 0 | 41 | 373 | 114 | 46 |
| Binary | 110001 | 10111 | 10101011 | 1000111 | 1010111 | 0 | 100001 | 11111011 | 1001100 | 100110 |
Color Harmonies of #3117AB
Complementary color
Monochromatic Colors of #3117AB
Black with #3117AB
Text Example
Text Example
White with #3117AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117AB; }
p { color: rgb(49,23,171); }
H1.HeaderClassName
{
color: #3117AB;
}
.AnyTagClassName
{
color: #3117AB;
}
</style>
background-color css
<style>
a { background-color: #3117AB; }
a { background-color: rgb(49,23,171); }
div.DivClassName
{
background-color: #3117AB;
}
.BgClassName
{
background-color: #3117AB;
}
</style>
border-color css
<style>
span { border-color: #3117AB; }
span { border-color: rgb(49,23,171); }
td.TdClassName
{
border-color: #3117AB;
}
.TagClassName
{
border-color: #3117AB;
}
</style>