Shades of Ultramarine #2904AB
Tints of Ultramarine #2904AB
RGB
CMYK
RGB Variations
Color information
#2904AB (or 0x2904AB) is known color: Ultramarine. HEX triplet: 29, 04 and AB. RGB value is (41,4,171). Sum of RGB (Red+Green+Blue) = 41+4+171=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #2904AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2904AB is #D6FB54. Grayscale: #212121. Windows color (decimal): -14089045 or 11207721. OLE color: 11207721.
HSL color Cylindrical-coordinate representation of color #2904AB: hue angle of 253.29º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2904AB is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 4 | 171 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.33 |
| HSL | 253.29º | 0.95% | 0.34% | - |
| HSV(B) | 253.29º | 0.98% | 0.67% | - |
| XYZ | 8.31 | 3.5 | 38.77 | - |
| YUV | 34.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 171 | 0.76 | 0.98 | 0 | 0.33 | 253.29 | 0.95 | 0.34 |
| Hex | 29 | 4 | AB | 4C | 62 | 0 | 21 | FD | 5F | 22 |
| Octal | 51 | 4 | 253 | 114 | 142 | 0 | 41 | 375 | 137 | 42 |
| Binary | 101001 | 100 | 10101011 | 1001100 | 1100010 | 0 | 100001 | 11111101 | 1011111 | 100010 |
Color Harmonies of #2904AB
Complementary color
Monochromatic Colors of #2904AB
Black with #2904AB
Text Example
Text Example
White with #2904AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2904AB; }
p { color: rgb(41,4,171); }
H1.HeaderClassName
{
color: #2904AB;
}
.AnyTagClassName
{
color: #2904AB;
}
</style>
background-color css
<style>
a { background-color: #2904AB; }
a { background-color: rgb(41,4,171); }
div.DivClassName
{
background-color: #2904AB;
}
.BgClassName
{
background-color: #2904AB;
}
</style>
border-color css
<style>
span { border-color: #2904AB; }
span { border-color: rgb(41,4,171); }
td.TdClassName
{
border-color: #2904AB;
}
.TagClassName
{
border-color: #2904AB;
}
</style>