Shades of Ultramarine #290394
Tints of Ultramarine #290394
RGB
CMYK
RGB Variations
Color information
#290394 (or 0x290394) is known color: Ultramarine. HEX triplet: 29, 03 and 94. RGB value is (41,3,148). Sum of RGB (Red+Green+Blue) = 41+3+148=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #290394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290394 is #D6FC6B. Grayscale: #1E1E1E. Windows color (decimal): -14089324 or 9700137. OLE color: 9700137.
HSL color Cylindrical-coordinate representation of color #290394: hue angle of 255.72º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290394 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 3 | 148 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.42 |
| HSL | 255.72º | 0.96% | 0.3% | - |
| HSV(B) | 255.72º | 0.98% | 0.58% | - |
| XYZ | 6.29 | 2.67 | 28.2 | - |
| YUV | 30.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 148 | 0.72 | 0.98 | 0 | 0.42 | 255.72 | 0.96 | 0.3 |
| Hex | 29 | 3 | 94 | 48 | 62 | 0 | 2A | 100 | 60 | 1E |
| Octal | 51 | 3 | 224 | 110 | 142 | 0 | 52 | 400 | 140 | 36 |
| Binary | 101001 | 11 | 10010100 | 1001000 | 1100010 | 0 | 101010 | 100000000 | 1100000 | 11110 |
Color Harmonies of #290394
Complementary color
Monochromatic Colors of #290394
Black with #290394
Text Example
Text Example
White with #290394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290394; }
p { color: rgb(41,3,148); }
H1.HeaderClassName
{
color: #290394;
}
.AnyTagClassName
{
color: #290394;
}
</style>
background-color css
<style>
a { background-color: #290394; }
a { background-color: rgb(41,3,148); }
div.DivClassName
{
background-color: #290394;
}
.BgClassName
{
background-color: #290394;
}
</style>
border-color css
<style>
span { border-color: #290394; }
span { border-color: rgb(41,3,148); }
td.TdClassName
{
border-color: #290394;
}
.TagClassName
{
border-color: #290394;
}
</style>