Shades of Ultramarine #2903AB
Tints of Ultramarine #2903AB
RGB
CMYK
RGB Variations
Color information
#2903AB (or 0x2903AB) is known color: Ultramarine. HEX triplet: 29, 03 and AB. RGB value is (41,3,171). Sum of RGB (Red+Green+Blue) = 41+3+171=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #2903AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2903AB is #D6FC54. Grayscale: #202020. Windows color (decimal): -14089301 or 11207465. OLE color: 11207465.
HSL color Cylindrical-coordinate representation of color #2903AB: hue angle of 253.57º degrees, saturation: 0.97, 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 #2903AB is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 3 | 171 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.33 |
| HSL | 253.57º | 0.97% | 0.34% | - |
| HSV(B) | 253.57º | 0.98% | 0.67% | - |
| XYZ | 8.3 | 3.48 | 38.76 | - |
| YUV | 33.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 171 | 0.76 | 0.98 | 0 | 0.33 | 253.57 | 0.97 | 0.34 |
| Hex | 29 | 3 | AB | 4C | 62 | 0 | 21 | FE | 61 | 22 |
| Octal | 51 | 3 | 253 | 114 | 142 | 0 | 41 | 376 | 141 | 42 |
| Binary | 101001 | 11 | 10101011 | 1001100 | 1100010 | 0 | 100001 | 11111110 | 1100001 | 100010 |
Color Harmonies of #2903AB
Complementary color
Monochromatic Colors of #2903AB
Black with #2903AB
Text Example
Text Example
White with #2903AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2903AB; }
p { color: rgb(41,3,171); }
H1.HeaderClassName
{
color: #2903AB;
}
.AnyTagClassName
{
color: #2903AB;
}
</style>
background-color css
<style>
a { background-color: #2903AB; }
a { background-color: rgb(41,3,171); }
div.DivClassName
{
background-color: #2903AB;
}
.BgClassName
{
background-color: #2903AB;
}
</style>
border-color css
<style>
span { border-color: #2903AB; }
span { border-color: rgb(41,3,171); }
td.TdClassName
{
border-color: #2903AB;
}
.TagClassName
{
border-color: #2903AB;
}
</style>