Shades of Ultramarine #2900AE
Tints of Ultramarine #2900AE
RGB
CMYK
RGB Variations
Color information
#2900AE (or 0x2900AE) is known color: Ultramarine. HEX triplet: 29, 00 and AE. RGB value is (41,0,174). Sum of RGB (Red+Green+Blue) = 41+0+174=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 174 (68.36% from 255 or 80.93% from 215); Max value from RGB is 174 - color contains mainly: blue. Hex color #2900AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2900AE is #D6FF51. Grayscale: #1F1F1F. Windows color (decimal): -14090066 or 11403305. OLE color: 11403305.
HSL color Cylindrical-coordinate representation of color #2900AE: hue angle of 254.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900AE is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 0 | 174 | - |
| CMYK | 0.76 | 1 | 0 | 0.32 |
| HSL | 254.14º | 1% | 0.34% | - |
| HSV(B) | 254.14º | 1% | 0.68% | - |
| XYZ | 8.55 | 3.53 | 40.27 | - |
| YUV | 32.1 | 208.08 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 174 | 0.76 | 1 | 0 | 0.32 | 254.14 | 1 | 0.34 |
| Hex | 29 | 0 | AE | 4C | 64 | 0 | 20 | FE | 64 | 22 |
| Octal | 51 | 0 | 256 | 114 | 144 | 0 | 40 | 376 | 144 | 42 |
| Binary | 101001 | 0 | 10101110 | 1001100 | 1100100 | 0 | 100000 | 11111110 | 1100100 | 100010 |
Color Harmonies of #2900AE
Complementary color
Monochromatic Colors of #2900AE
Black with #2900AE
Text Example
Text Example
White with #2900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2900AE; }
p { color: rgb(41,0,174); }
H1.HeaderClassName
{
color: #2900AE;
}
.AnyTagClassName
{
color: #2900AE;
}
</style>
background-color css
<style>
a { background-color: #2900AE; }
a { background-color: rgb(41,0,174); }
div.DivClassName
{
background-color: #2900AE;
}
.BgClassName
{
background-color: #2900AE;
}
</style>
border-color css
<style>
span { border-color: #2900AE; }
span { border-color: rgb(41,0,174); }
td.TdClassName
{
border-color: #2900AE;
}
.TagClassName
{
border-color: #2900AE;
}
</style>