Shades of Ultramarine #3113AB
Tints of Ultramarine #3113AB
RGB
CMYK
RGB Variations
Color information
#3113AB (or 0x3113AB) is known color: Ultramarine. HEX triplet: 31, 13 and AB. RGB value is (49,19,171). Sum of RGB (Red+Green+Blue) = 49+19+171=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #3113AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3113AB is #CEEC54. Grayscale: #2C2C2C. Windows color (decimal): -13560917 or 11211569. OLE color: 11211569.
HSL color Cylindrical-coordinate representation of color #3113AB: hue angle of 251.84º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3113AB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 19 | 171 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.33 |
| HSL | 251.84º | 0.8% | 0.37% | - |
| HSV(B) | 251.84º | 0.89% | 0.67% | - |
| XYZ | 8.85 | 4.06 | 38.85 | - |
| YUV | 45.3 | 198.94 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 171 | 0.71 | 0.89 | 0 | 0.33 | 251.84 | 0.8 | 0.37 |
| Hex | 31 | 13 | AB | 47 | 59 | 0 | 21 | FC | 50 | 25 |
| Octal | 61 | 23 | 253 | 107 | 131 | 0 | 41 | 374 | 120 | 45 |
| Binary | 110001 | 10011 | 10101011 | 1000111 | 1011001 | 0 | 100001 | 11111100 | 1010000 | 100101 |
Color Harmonies of #3113AB
Complementary color
Monochromatic Colors of #3113AB
Black with #3113AB
Text Example
Text Example
White with #3113AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113AB; }
p { color: rgb(49,19,171); }
H1.HeaderClassName
{
color: #3113AB;
}
.AnyTagClassName
{
color: #3113AB;
}
</style>
background-color css
<style>
a { background-color: #3113AB; }
a { background-color: rgb(49,19,171); }
div.DivClassName
{
background-color: #3113AB;
}
.BgClassName
{
background-color: #3113AB;
}
</style>
border-color css
<style>
span { border-color: #3113AB; }
span { border-color: rgb(49,19,171); }
td.TdClassName
{
border-color: #3113AB;
}
.TagClassName
{
border-color: #3113AB;
}
</style>