Shades of Ultramarine #3102AB
Tints of Ultramarine #3102AB
RGB
CMYK
RGB Variations
Color information
#3102AB (or 0x3102AB) is known color: Ultramarine. HEX triplet: 31, 02 and AB. RGB value is (49,2,171). Sum of RGB (Red+Green+Blue) = 49+2+171=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #3102AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3102AB is #CEFD54. Grayscale: #222222. Windows color (decimal): -13565269 or 11207217. OLE color: 11207217.
HSL color Cylindrical-coordinate representation of color #3102AB: hue angle of 256.69º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102AB is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 2 | 171 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.33 |
| HSL | 256.69º | 0.98% | 0.34% | - |
| HSV(B) | 256.69º | 0.99% | 0.67% | - |
| XYZ | 8.64 | 3.64 | 38.77 | - |
| YUV | 35.32 | 204.57 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 171 | 0.71 | 0.99 | 0 | 0.33 | 256.69 | 0.98 | 0.34 |
| Hex | 31 | 2 | AB | 47 | 63 | 0 | 21 | 101 | 62 | 22 |
| Octal | 61 | 2 | 253 | 107 | 143 | 0 | 41 | 401 | 142 | 42 |
| Binary | 110001 | 10 | 10101011 | 1000111 | 1100011 | 0 | 100001 | 100000001 | 1100010 | 100010 |
Color Harmonies of #3102AB
Complementary color
Monochromatic Colors of #3102AB
Black with #3102AB
Text Example
Text Example
White with #3102AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102AB; }
p { color: rgb(49,2,171); }
H1.HeaderClassName
{
color: #3102AB;
}
.AnyTagClassName
{
color: #3102AB;
}
</style>
background-color css
<style>
a { background-color: #3102AB; }
a { background-color: rgb(49,2,171); }
div.DivClassName
{
background-color: #3102AB;
}
.BgClassName
{
background-color: #3102AB;
}
</style>
border-color css
<style>
span { border-color: #3102AB; }
span { border-color: rgb(49,2,171); }
td.TdClassName
{
border-color: #3102AB;
}
.TagClassName
{
border-color: #3102AB;
}
</style>