Shades of Ultramarine #3105AB
Tints of Ultramarine #3105AB
RGB
CMYK
RGB Variations
Color information
#3105AB (or 0x3105AB) is known color: Ultramarine. HEX triplet: 31, 05 and AB. RGB value is (49,5,171). Sum of RGB (Red+Green+Blue) = 49+5+171=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #3105AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3105AB is #CEFA54. Grayscale: #242424. Windows color (decimal): -13564501 or 11207985. OLE color: 11207985.
HSL color Cylindrical-coordinate representation of color #3105AB: hue angle of 255.9º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3105AB is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 5 | 171 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.33 |
| HSL | 255.9º | 0.94% | 0.35% | - |
| HSV(B) | 255.9º | 0.97% | 0.67% | - |
| XYZ | 8.67 | 3.7 | 38.79 | - |
| YUV | 37.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 171 | 0.71 | 0.97 | 0 | 0.33 | 255.9 | 0.94 | 0.35 |
| Hex | 31 | 5 | AB | 47 | 61 | 0 | 21 | 100 | 5E | 23 |
| Octal | 61 | 5 | 253 | 107 | 141 | 0 | 41 | 400 | 136 | 43 |
| Binary | 110001 | 101 | 10101011 | 1000111 | 1100001 | 0 | 100001 | 100000000 | 1011110 | 100011 |
Color Harmonies of #3105AB
Complementary color
Monochromatic Colors of #3105AB
Black with #3105AB
Text Example
Text Example
White with #3105AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3105AB; }
p { color: rgb(49,5,171); }
H1.HeaderClassName
{
color: #3105AB;
}
.AnyTagClassName
{
color: #3105AB;
}
</style>
background-color css
<style>
a { background-color: #3105AB; }
a { background-color: rgb(49,5,171); }
div.DivClassName
{
background-color: #3105AB;
}
.BgClassName
{
background-color: #3105AB;
}
</style>
border-color css
<style>
span { border-color: #3105AB; }
span { border-color: rgb(49,5,171); }
td.TdClassName
{
border-color: #3105AB;
}
.TagClassName
{
border-color: #3105AB;
}
</style>