Shades of Ultramarine #292796
Tints of Ultramarine #292796
RGB
CMYK
RGB Variations
Color information
#292796 (or 0x292796) is known color: Ultramarine. HEX triplet: 29, 27 and 96. RGB value is (41,39,150). Sum of RGB (Red+Green+Blue) = 41+39+150=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #292796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292796 is #D6D869. Grayscale: #333333. Windows color (decimal): -14080106 or 9840425. OLE color: 9840425.
HSL color Cylindrical-coordinate representation of color #292796: hue angle of 241.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #292796 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 39 | 150 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.41 |
| HSL | 241.08º | 0.59% | 0.37% | - |
| HSV(B) | 241.08º | 0.74% | 0.59% | - |
| XYZ | 7.14 | 4.12 | 29.27 | - |
| YUV | 52.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 150 | 0.73 | 0.74 | 0 | 0.41 | 241.08 | 0.59 | 0.37 |
| Hex | 29 | 27 | 96 | 49 | 4A | 0 | 29 | F1 | 3B | 25 |
| Octal | 51 | 47 | 226 | 111 | 112 | 0 | 51 | 361 | 73 | 45 |
| Binary | 101001 | 100111 | 10010110 | 1001001 | 1001010 | 0 | 101001 | 11110001 | 111011 | 100101 |
Color Harmonies of #292796
Complementary color
Monochromatic Colors of #292796
Black with #292796
Text Example
Text Example
White with #292796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292796; }
p { color: rgb(41,39,150); }
H1.HeaderClassName
{
color: #292796;
}
.AnyTagClassName
{
color: #292796;
}
</style>
background-color css
<style>
a { background-color: #292796; }
a { background-color: rgb(41,39,150); }
div.DivClassName
{
background-color: #292796;
}
.BgClassName
{
background-color: #292796;
}
</style>
border-color css
<style>
span { border-color: #292796; }
span { border-color: rgb(41,39,150); }
td.TdClassName
{
border-color: #292796;
}
.TagClassName
{
border-color: #292796;
}
</style>