Shades of Ultramarine #29258E
Tints of Ultramarine #29258E
RGB
CMYK
RGB Variations
Color information
#29258E (or 0x29258E) is known color: Ultramarine. HEX triplet: 29, 25 and 8E. RGB value is (41,37,142). Sum of RGB (Red+Green+Blue) = 41+37+142=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #29258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29258E is #D6DA71. Grayscale: #313131. Windows color (decimal): -14080626 or 9315625. OLE color: 9315625.
HSL color Cylindrical-coordinate representation of color #29258E: hue angle of 242.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29258E is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 37 | 142 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.44 |
| HSL | 242.29º | 0.59% | 0.35% | - |
| HSV(B) | 242.29º | 0.74% | 0.56% | - |
| XYZ | 6.46 | 3.75 | 25.97 | - |
| YUV | 50.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 142 | 0.71 | 0.74 | 0 | 0.44 | 242.29 | 0.59 | 0.35 |
| Hex | 29 | 25 | 8E | 47 | 4A | 0 | 2C | F2 | 3B | 23 |
| Octal | 51 | 45 | 216 | 107 | 112 | 0 | 54 | 362 | 73 | 43 |
| Binary | 101001 | 100101 | 10001110 | 1000111 | 1001010 | 0 | 101100 | 11110010 | 111011 | 100011 |
Color Harmonies of #29258E
Complementary color
Monochromatic Colors of #29258E
Black with #29258E
Text Example
Text Example
White with #29258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29258E; }
p { color: rgb(41,37,142); }
H1.HeaderClassName
{
color: #29258E;
}
.AnyTagClassName
{
color: #29258E;
}
</style>
background-color css
<style>
a { background-color: #29258E; }
a { background-color: rgb(41,37,142); }
div.DivClassName
{
background-color: #29258E;
}
.BgClassName
{
background-color: #29258E;
}
</style>
border-color css
<style>
span { border-color: #29258E; }
span { border-color: rgb(41,37,142); }
td.TdClassName
{
border-color: #29258E;
}
.TagClassName
{
border-color: #29258E;
}
</style>