Shades of Ultramarine #29239D
Tints of Ultramarine #29239D
RGB
CMYK
RGB Variations
Color information
#29239D (or 0x29239D) is known color: Ultramarine. HEX triplet: 29, 23 and 9D. RGB value is (41,35,157). Sum of RGB (Red+Green+Blue) = 41+35+157=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #29239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29239D is #D6DC62. Grayscale: #323232. Windows color (decimal): -14081123 or 10298153. OLE color: 10298153.
HSL color Cylindrical-coordinate representation of color #29239D: hue angle of 242.95º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29239D is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 35 | 157 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.38 |
| HSL | 242.95º | 0.64% | 0.38% | - |
| HSV(B) | 242.95º | 0.78% | 0.62% | - |
| XYZ | 7.6 | 4.11 | 32.29 | - |
| YUV | 50.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 157 | 0.74 | 0.78 | 0 | 0.38 | 242.95 | 0.64 | 0.38 |
| Hex | 29 | 23 | 9D | 4A | 4E | 0 | 26 | F3 | 40 | 26 |
| Octal | 51 | 43 | 235 | 112 | 116 | 0 | 46 | 363 | 100 | 46 |
| Binary | 101001 | 100011 | 10011101 | 1001010 | 1001110 | 0 | 100110 | 11110011 | 1000000 | 100110 |
Color Harmonies of #29239D
Complementary color
Monochromatic Colors of #29239D
Black with #29239D
Text Example
Text Example
White with #29239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29239D; }
p { color: rgb(41,35,157); }
H1.HeaderClassName
{
color: #29239D;
}
.AnyTagClassName
{
color: #29239D;
}
</style>
background-color css
<style>
a { background-color: #29239D; }
a { background-color: rgb(41,35,157); }
div.DivClassName
{
background-color: #29239D;
}
.BgClassName
{
background-color: #29239D;
}
</style>
border-color css
<style>
span { border-color: #29239D; }
span { border-color: rgb(41,35,157); }
td.TdClassName
{
border-color: #29239D;
}
.TagClassName
{
border-color: #29239D;
}
</style>