Shades of Ultramarine #3114AD
Tints of Ultramarine #3114AD
RGB
CMYK
RGB Variations
Color information
#3114AD (or 0x3114AD) is known color: Ultramarine. HEX triplet: 31, 14 and AD. RGB value is (49,20,173). Sum of RGB (Red+Green+Blue) = 49+20+173=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #3114AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3114AD is #CEEB52. Grayscale: #2D2D2D. Windows color (decimal): -13560659 or 11342897. OLE color: 11342897.
HSL color Cylindrical-coordinate representation of color #3114AD: hue angle of 251.37º degrees, saturation: 0.79, 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 #3114AD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 20 | 173 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.32 |
| HSL | 251.37º | 0.79% | 0.38% | - |
| HSV(B) | 251.37º | 0.88% | 0.68% | - |
| XYZ | 9.06 | 4.17 | 39.86 | - |
| YUV | 46.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 173 | 0.72 | 0.88 | 0 | 0.32 | 251.37 | 0.79 | 0.38 |
| Hex | 31 | 14 | AD | 48 | 58 | 0 | 20 | FB | 4F | 26 |
| Octal | 61 | 24 | 255 | 110 | 130 | 0 | 40 | 373 | 117 | 46 |
| Binary | 110001 | 10100 | 10101101 | 1001000 | 1011000 | 0 | 100000 | 11111011 | 1001111 | 100110 |
Color Harmonies of #3114AD
Complementary color
Monochromatic Colors of #3114AD
Black with #3114AD
Text Example
Text Example
White with #3114AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3114AD; }
p { color: rgb(49,20,173); }
H1.HeaderClassName
{
color: #3114AD;
}
.AnyTagClassName
{
color: #3114AD;
}
</style>
background-color css
<style>
a { background-color: #3114AD; }
a { background-color: rgb(49,20,173); }
div.DivClassName
{
background-color: #3114AD;
}
.BgClassName
{
background-color: #3114AD;
}
</style>
border-color css
<style>
span { border-color: #3114AD; }
span { border-color: rgb(49,20,173); }
td.TdClassName
{
border-color: #3114AD;
}
.TagClassName
{
border-color: #3114AD;
}
</style>