Shades of Ultramarine #2811AE
Tints of Ultramarine #2811AE
RGB
CMYK
RGB Variations
Color information
#2811AE (or 0x2811AE) is known color: Ultramarine. HEX triplet: 28, 11 and AE. RGB value is (40,17,174). Sum of RGB (Red+Green+Blue) = 40+17+174=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #2811AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2811AE is #D7EE51. Grayscale: #292929. Windows color (decimal): -14151250 or 11407656. OLE color: 11407656.
HSL color Cylindrical-coordinate representation of color #2811AE: hue angle of 248.79º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2811AE is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 17 | 174 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.32 |
| HSL | 248.79º | 0.82% | 0.37% | - |
| HSV(B) | 248.79º | 0.9% | 0.68% | - |
| XYZ | 8.72 | 3.91 | 40.34 | - |
| YUV | 41.78 | 202.62 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 174 | 0.77 | 0.90 | 0 | 0.32 | 248.79 | 0.82 | 0.37 |
| Hex | 28 | 11 | AE | 4D | 5A | 0 | 20 | F9 | 52 | 25 |
| Octal | 50 | 21 | 256 | 115 | 132 | 0 | 40 | 371 | 122 | 45 |
| Binary | 101000 | 10001 | 10101110 | 1001101 | 1011010 | 0 | 100000 | 11111001 | 1010010 | 100101 |
Color Harmonies of #2811AE
Complementary color
Monochromatic Colors of #2811AE
Black with #2811AE
Text Example
Text Example
White with #2811AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2811AE; }
p { color: rgb(40,17,174); }
H1.HeaderClassName
{
color: #2811AE;
}
.AnyTagClassName
{
color: #2811AE;
}
</style>
background-color css
<style>
a { background-color: #2811AE; }
a { background-color: rgb(40,17,174); }
div.DivClassName
{
background-color: #2811AE;
}
.BgClassName
{
background-color: #2811AE;
}
</style>
border-color css
<style>
span { border-color: #2811AE; }
span { border-color: rgb(40,17,174); }
td.TdClassName
{
border-color: #2811AE;
}
.TagClassName
{
border-color: #2811AE;
}
</style>