Shades of Ultramarine #3117AD
Tints of Ultramarine #3117AD
RGB
CMYK
RGB Variations
Color information
#3117AD (or 0x3117AD) is known color: Ultramarine. HEX triplet: 31, 17 and AD. RGB value is (49,23,173). Sum of RGB (Red+Green+Blue) = 49+23+173=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #3117AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3117AD is #CEE852. Grayscale: #2F2F2F. Windows color (decimal): -13559891 or 11343665. OLE color: 11343665.
HSL color Cylindrical-coordinate representation of color #3117AD: hue angle of 250.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3117AD is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 23 | 173 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.32 |
| HSL | 250.4º | 0.77% | 0.38% | - |
| HSV(B) | 250.4º | 0.87% | 0.68% | - |
| XYZ | 9.12 | 4.28 | 39.88 | - |
| YUV | 47.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 173 | 0.72 | 0.87 | 0 | 0.32 | 250.4 | 0.77 | 0.38 |
| Hex | 31 | 17 | AD | 48 | 57 | 0 | 20 | FA | 4D | 26 |
| Octal | 61 | 27 | 255 | 110 | 127 | 0 | 40 | 372 | 115 | 46 |
| Binary | 110001 | 10111 | 10101101 | 1001000 | 1010111 | 0 | 100000 | 11111010 | 1001101 | 100110 |
Color Harmonies of #3117AD
Complementary color
Monochromatic Colors of #3117AD
Black with #3117AD
Text Example
Text Example
White with #3117AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117AD; }
p { color: rgb(49,23,173); }
H1.HeaderClassName
{
color: #3117AD;
}
.AnyTagClassName
{
color: #3117AD;
}
</style>
background-color css
<style>
a { background-color: #3117AD; }
a { background-color: rgb(49,23,173); }
div.DivClassName
{
background-color: #3117AD;
}
.BgClassName
{
background-color: #3117AD;
}
</style>
border-color css
<style>
span { border-color: #3117AD; }
span { border-color: rgb(49,23,173); }
td.TdClassName
{
border-color: #3117AD;
}
.TagClassName
{
border-color: #3117AD;
}
</style>