Shades of Ultramarine #2811AB
Tints of Ultramarine #2811AB
RGB
CMYK
RGB Variations
Color information
#2811AB (or 0x2811AB) is known color: Ultramarine. HEX triplet: 28, 11 and AB. RGB value is (40,17,171). Sum of RGB (Red+Green+Blue) = 40+17+171=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #2811AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2811AB is #D7EE54. Grayscale: #282828. Windows color (decimal): -14151253 or 11211048. OLE color: 11211048.
HSL color Cylindrical-coordinate representation of color #2811AB: hue angle of 248.96º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2811AB is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 17 | 171 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.33 |
| HSL | 248.96º | 0.82% | 0.37% | - |
| HSV(B) | 248.96º | 0.9% | 0.67% | - |
| XYZ | 8.43 | 3.79 | 38.82 | - |
| YUV | 41.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 171 | 0.77 | 0.90 | 0 | 0.33 | 248.96 | 0.82 | 0.37 |
| Hex | 28 | 11 | AB | 4D | 5A | 0 | 21 | F9 | 52 | 25 |
| Octal | 50 | 21 | 253 | 115 | 132 | 0 | 41 | 371 | 122 | 45 |
| Binary | 101000 | 10001 | 10101011 | 1001101 | 1011010 | 0 | 100001 | 11111001 | 1010010 | 100101 |
Color Harmonies of #2811AB
Complementary color
Monochromatic Colors of #2811AB
Black with #2811AB
Text Example
Text Example
White with #2811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2811AB; }
p { color: rgb(40,17,171); }
H1.HeaderClassName
{
color: #2811AB;
}
.AnyTagClassName
{
color: #2811AB;
}
</style>
background-color css
<style>
a { background-color: #2811AB; }
a { background-color: rgb(40,17,171); }
div.DivClassName
{
background-color: #2811AB;
}
.BgClassName
{
background-color: #2811AB;
}
</style>
border-color css
<style>
span { border-color: #2811AB; }
span { border-color: rgb(40,17,171); }
td.TdClassName
{
border-color: #2811AB;
}
.TagClassName
{
border-color: #2811AB;
}
</style>