Shades of Ultramarine #291DA3
Tints of Ultramarine #291DA3
RGB
CMYK
RGB Variations
Color information
#291DA3 (or 0x291DA3) is known color: Ultramarine. HEX triplet: 29, 1D and A3. RGB value is (41,29,163). Sum of RGB (Red+Green+Blue) = 41+29+163=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 163 (64.06% from 255 or 69.96% from 233); Max value from RGB is 163 - color contains mainly: blue. Hex color #291DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291DA3 is #D6E25C. Grayscale: #2F2F2F. Windows color (decimal): -14082653 or 10689833. OLE color: 10689833.
HSL color Cylindrical-coordinate representation of color #291DA3: hue angle of 245.37º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291DA3 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 29 | 163 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.36 |
| HSL | 245.37º | 0.7% | 0.38% | - |
| HSV(B) | 245.37º | 0.82% | 0.64% | - |
| XYZ | 7.96 | 3.99 | 35 | - |
| YUV | 47.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 163 | 0.75 | 0.82 | 0 | 0.36 | 245.37 | 0.7 | 0.38 |
| Hex | 29 | 1D | A3 | 4B | 52 | 0 | 24 | F5 | 46 | 26 |
| Octal | 51 | 35 | 243 | 113 | 122 | 0 | 44 | 365 | 106 | 46 |
| Binary | 101001 | 11101 | 10100011 | 1001011 | 1010010 | 0 | 100100 | 11110101 | 1000110 | 100110 |
Color Harmonies of #291DA3
Complementary color
Monochromatic Colors of #291DA3
Black with #291DA3
Text Example
Text Example
White with #291DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DA3; }
p { color: rgb(41,29,163); }
H1.HeaderClassName
{
color: #291DA3;
}
.AnyTagClassName
{
color: #291DA3;
}
</style>
background-color css
<style>
a { background-color: #291DA3; }
a { background-color: rgb(41,29,163); }
div.DivClassName
{
background-color: #291DA3;
}
.BgClassName
{
background-color: #291DA3;
}
</style>
border-color css
<style>
span { border-color: #291DA3; }
span { border-color: rgb(41,29,163); }
td.TdClassName
{
border-color: #291DA3;
}
.TagClassName
{
border-color: #291DA3;
}
</style>