Shades of Ultramarine #2910AD
Tints of Ultramarine #2910AD
RGB
CMYK
RGB Variations
Color information
#2910AD (or 0x2910AD) is known color: Ultramarine. HEX triplet: 29, 10 and AD. RGB value is (41,16,173). Sum of RGB (Red+Green+Blue) = 41+16+173=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #2910AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2910AD is #D6EF52. Grayscale: #282828. Windows color (decimal): -14085971 or 11341865. OLE color: 11341865.
HSL color Cylindrical-coordinate representation of color #2910AD: hue angle of 249.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2910AD is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 16 | 173 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.32 |
| HSL | 249.55º | 0.83% | 0.37% | - |
| HSV(B) | 249.55º | 0.91% | 0.68% | - |
| XYZ | 8.64 | 3.86 | 39.82 | - |
| YUV | 41.37 | 202.28 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 173 | 0.76 | 0.91 | 0 | 0.32 | 249.55 | 0.83 | 0.37 |
| Hex | 29 | 10 | AD | 4C | 5B | 0 | 20 | FA | 53 | 25 |
| Octal | 51 | 20 | 255 | 114 | 133 | 0 | 40 | 372 | 123 | 45 |
| Binary | 101001 | 10000 | 10101101 | 1001100 | 1011011 | 0 | 100000 | 11111010 | 1010011 | 100101 |
Color Harmonies of #2910AD
Complementary color
Monochromatic Colors of #2910AD
Black with #2910AD
Text Example
Text Example
White with #2910AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2910AD; }
p { color: rgb(41,16,173); }
H1.HeaderClassName
{
color: #2910AD;
}
.AnyTagClassName
{
color: #2910AD;
}
</style>
background-color css
<style>
a { background-color: #2910AD; }
a { background-color: rgb(41,16,173); }
div.DivClassName
{
background-color: #2910AD;
}
.BgClassName
{
background-color: #2910AD;
}
</style>
border-color css
<style>
span { border-color: #2910AD; }
span { border-color: rgb(41,16,173); }
td.TdClassName
{
border-color: #2910AD;
}
.TagClassName
{
border-color: #2910AD;
}
</style>