Shades of Ultramarine #3114AB
Tints of Ultramarine #3114AB
RGB
CMYK
RGB Variations
Color information
#3114AB (or 0x3114AB) is known color: Ultramarine. HEX triplet: 31, 14 and AB. RGB value is (49,20,171). Sum of RGB (Red+Green+Blue) = 49+20+171=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3114AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3114AB is #CEEB54. Grayscale: #2D2D2D. Windows color (decimal): -13560661 or 11211825. OLE color: 11211825.
HSL color Cylindrical-coordinate representation of color #3114AB: hue angle of 251.52º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3114AB is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 20 | 171 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.33 |
| HSL | 251.52º | 0.79% | 0.37% | - |
| HSV(B) | 251.52º | 0.88% | 0.67% | - |
| XYZ | 8.87 | 4.09 | 38.85 | - |
| YUV | 45.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 171 | 0.71 | 0.88 | 0 | 0.33 | 251.52 | 0.79 | 0.37 |
| Hex | 31 | 14 | AB | 47 | 58 | 0 | 21 | FC | 4F | 25 |
| Octal | 61 | 24 | 253 | 107 | 130 | 0 | 41 | 374 | 117 | 45 |
| Binary | 110001 | 10100 | 10101011 | 1000111 | 1011000 | 0 | 100001 | 11111100 | 1001111 | 100101 |
Color Harmonies of #3114AB
Complementary color
Monochromatic Colors of #3114AB
Black with #3114AB
Text Example
Text Example
White with #3114AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3114AB; }
p { color: rgb(49,20,171); }
H1.HeaderClassName
{
color: #3114AB;
}
.AnyTagClassName
{
color: #3114AB;
}
</style>
background-color css
<style>
a { background-color: #3114AB; }
a { background-color: rgb(49,20,171); }
div.DivClassName
{
background-color: #3114AB;
}
.BgClassName
{
background-color: #3114AB;
}
</style>
border-color css
<style>
span { border-color: #3114AB; }
span { border-color: rgb(49,20,171); }
td.TdClassName
{
border-color: #3114AB;
}
.TagClassName
{
border-color: #3114AB;
}
</style>