Shades of Ultramarine #2911B6
Tints of Ultramarine #2911B6
RGB
CMYK
RGB Variations
Color information
#2911B6 (or 0x2911B6) is known color: Ultramarine. HEX triplet: 29, 11 and B6. RGB value is (41,17,182). Sum of RGB (Red+Green+Blue) = 41+17+182=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 182 (71.48% from 255 or 75.83% from 240); Max value from RGB is 182 - color contains mainly: blue. Hex color #2911B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2911B6 is #D6EE49. Grayscale: #2A2A2A. Windows color (decimal): -14085706 or 11931945. OLE color: 11931945.
HSL color Cylindrical-coordinate representation of color #2911B6: hue angle of 248.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2911B6 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 17 | 182 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.29 |
| HSL | 248.73º | 0.83% | 0.39% | - |
| HSV(B) | 248.73º | 0.91% | 0.71% | - |
| XYZ | 9.56 | 4.25 | 44.57 | - |
| YUV | 42.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 182 | 0.77 | 0.91 | 0 | 0.29 | 248.73 | 0.83 | 0.39 |
| Hex | 29 | 11 | B6 | 4D | 5B | 0 | 1D | F9 | 53 | 27 |
| Octal | 51 | 21 | 266 | 115 | 133 | 0 | 35 | 371 | 123 | 47 |
| Binary | 101001 | 10001 | 10110110 | 1001101 | 1011011 | 0 | 11101 | 11111001 | 1010011 | 100111 |
Color Harmonies of #2911B6
Complementary color
Monochromatic Colors of #2911B6
Black with #2911B6
Text Example
Text Example
White with #2911B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2911B6; }
p { color: rgb(41,17,182); }
H1.HeaderClassName
{
color: #2911B6;
}
.AnyTagClassName
{
color: #2911B6;
}
</style>
background-color css
<style>
a { background-color: #2911B6; }
a { background-color: rgb(41,17,182); }
div.DivClassName
{
background-color: #2911B6;
}
.BgClassName
{
background-color: #2911B6;
}
</style>
border-color css
<style>
span { border-color: #2911B6; }
span { border-color: rgb(41,17,182); }
td.TdClassName
{
border-color: #2911B6;
}
.TagClassName
{
border-color: #2911B6;
}
</style>