Shades of Ultramarine #2917AB
Tints of Ultramarine #2917AB
RGB
CMYK
RGB Variations
Color information
#2917AB (or 0x2917AB) is known color: Ultramarine. HEX triplet: 29, 17 and AB. RGB value is (41,23,171). Sum of RGB (Red+Green+Blue) = 41+23+171=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #2917AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2917AB is #D6E854. Grayscale: #2C2C2C. Windows color (decimal): -14084181 or 11212585. OLE color: 11212585.
HSL color Cylindrical-coordinate representation of color #2917AB: hue angle of 247.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2917AB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 23 | 171 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.33 |
| HSL | 247.3º | 0.76% | 0.38% | - |
| HSV(B) | 247.3º | 0.87% | 0.67% | - |
| XYZ | 8.57 | 4.02 | 38.85 | - |
| YUV | 45.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 171 | 0.76 | 0.87 | 0 | 0.33 | 247.3 | 0.76 | 0.38 |
| Hex | 29 | 17 | AB | 4C | 57 | 0 | 21 | F7 | 4C | 26 |
| Octal | 51 | 27 | 253 | 114 | 127 | 0 | 41 | 367 | 114 | 46 |
| Binary | 101001 | 10111 | 10101011 | 1001100 | 1010111 | 0 | 100001 | 11110111 | 1001100 | 100110 |
Color Harmonies of #2917AB
Complementary color
Monochromatic Colors of #2917AB
Black with #2917AB
Text Example
Text Example
White with #2917AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2917AB; }
p { color: rgb(41,23,171); }
H1.HeaderClassName
{
color: #2917AB;
}
.AnyTagClassName
{
color: #2917AB;
}
</style>
background-color css
<style>
a { background-color: #2917AB; }
a { background-color: rgb(41,23,171); }
div.DivClassName
{
background-color: #2917AB;
}
.BgClassName
{
background-color: #2917AB;
}
</style>
border-color css
<style>
span { border-color: #2917AB; }
span { border-color: rgb(41,23,171); }
td.TdClassName
{
border-color: #2917AB;
}
.TagClassName
{
border-color: #2917AB;
}
</style>