Shades of Ultramarine #3110AD
Tints of Ultramarine #3110AD
RGB
CMYK
RGB Variations
Color information
#3110AD (or 0x3110AD) is known color: Ultramarine. HEX triplet: 31, 10 and AD. RGB value is (49,16,173). Sum of RGB (Red+Green+Blue) = 49+16+173=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #3110AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3110AD is #CEEF52. Grayscale: #2B2B2B. Windows color (decimal): -13561683 or 11341873. OLE color: 11341873.
HSL color Cylindrical-coordinate representation of color #3110AD: hue angle of 252.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3110AD is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 16 | 173 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.32 |
| HSL | 252.61º | 0.83% | 0.37% | - |
| HSV(B) | 252.61º | 0.91% | 0.68% | - |
| XYZ | 8.99 | 4.04 | 39.84 | - |
| YUV | 43.77 | 200.93 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 173 | 0.72 | 0.91 | 0 | 0.32 | 252.61 | 0.83 | 0.37 |
| Hex | 31 | 10 | AD | 48 | 5B | 0 | 20 | FD | 53 | 25 |
| Octal | 61 | 20 | 255 | 110 | 133 | 0 | 40 | 375 | 123 | 45 |
| Binary | 110001 | 10000 | 10101101 | 1001000 | 1011011 | 0 | 100000 | 11111101 | 1010011 | 100101 |
Color Harmonies of #3110AD
Complementary color
Monochromatic Colors of #3110AD
Black with #3110AD
Text Example
Text Example
White with #3110AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3110AD; }
p { color: rgb(49,16,173); }
H1.HeaderClassName
{
color: #3110AD;
}
.AnyTagClassName
{
color: #3110AD;
}
</style>
background-color css
<style>
a { background-color: #3110AD; }
a { background-color: rgb(49,16,173); }
div.DivClassName
{
background-color: #3110AD;
}
.BgClassName
{
background-color: #3110AD;
}
</style>
border-color css
<style>
span { border-color: #3110AD; }
span { border-color: rgb(49,16,173); }
td.TdClassName
{
border-color: #3110AD;
}
.TagClassName
{
border-color: #3110AD;
}
</style>