Shades of Ultramarine #3115AD
Tints of Ultramarine #3115AD
RGB
CMYK
RGB Variations
Color information
#3115AD (or 0x3115AD) is known color: Ultramarine. HEX triplet: 31, 15 and AD. RGB value is (49,21,173). Sum of RGB (Red+Green+Blue) = 49+21+173=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #3115AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3115AD is #CEEA52. Grayscale: #2E2E2E. Windows color (decimal): -13560403 or 11343153. OLE color: 11343153.
HSL color Cylindrical-coordinate representation of color #3115AD: hue angle of 251.05º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3115AD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 21 | 173 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.32 |
| HSL | 251.05º | 0.78% | 0.38% | - |
| HSV(B) | 251.05º | 0.88% | 0.68% | - |
| XYZ | 9.08 | 4.21 | 39.87 | - |
| YUV | 46.7 | 199.28 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 173 | 0.72 | 0.88 | 0 | 0.32 | 251.05 | 0.78 | 0.38 |
| Hex | 31 | 15 | AD | 48 | 58 | 0 | 20 | FB | 4E | 26 |
| Octal | 61 | 25 | 255 | 110 | 130 | 0 | 40 | 373 | 116 | 46 |
| Binary | 110001 | 10101 | 10101101 | 1001000 | 1011000 | 0 | 100000 | 11111011 | 1001110 | 100110 |
Color Harmonies of #3115AD
Complementary color
Monochromatic Colors of #3115AD
Black with #3115AD
Text Example
Text Example
White with #3115AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115AD; }
p { color: rgb(49,21,173); }
H1.HeaderClassName
{
color: #3115AD;
}
.AnyTagClassName
{
color: #3115AD;
}
</style>
background-color css
<style>
a { background-color: #3115AD; }
a { background-color: rgb(49,21,173); }
div.DivClassName
{
background-color: #3115AD;
}
.BgClassName
{
background-color: #3115AD;
}
</style>
border-color css
<style>
span { border-color: #3115AD; }
span { border-color: rgb(49,21,173); }
td.TdClassName
{
border-color: #3115AD;
}
.TagClassName
{
border-color: #3115AD;
}
</style>