Shades of Ultramarine #292693
Tints of Ultramarine #292693
RGB
CMYK
RGB Variations
Color information
#292693 (or 0x292693) is known color: Ultramarine. HEX triplet: 29, 26 and 93. RGB value is (41,38,147). Sum of RGB (Red+Green+Blue) = 41+38+147=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #292693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292693 is #D6D96C. Grayscale: #323232. Windows color (decimal): -14080365 or 9643561. OLE color: 9643561.
HSL color Cylindrical-coordinate representation of color #292693: hue angle of 241.65º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #292693 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 38 | 147 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.42 |
| HSL | 241.65º | 0.59% | 0.36% | - |
| HSV(B) | 241.65º | 0.74% | 0.58% | - |
| XYZ | 6.87 | 3.96 | 28.01 | - |
| YUV | 51.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 147 | 0.72 | 0.74 | 0 | 0.42 | 241.65 | 0.59 | 0.36 |
| Hex | 29 | 26 | 93 | 48 | 4A | 0 | 2A | F2 | 3B | 24 |
| Octal | 51 | 46 | 223 | 110 | 112 | 0 | 52 | 362 | 73 | 44 |
| Binary | 101001 | 100110 | 10010011 | 1001000 | 1001010 | 0 | 101010 | 11110010 | 111011 | 100100 |
Color Harmonies of #292693
Complementary color
Monochromatic Colors of #292693
Black with #292693
Text Example
Text Example
White with #292693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292693; }
p { color: rgb(41,38,147); }
H1.HeaderClassName
{
color: #292693;
}
.AnyTagClassName
{
color: #292693;
}
</style>
background-color css
<style>
a { background-color: #292693; }
a { background-color: rgb(41,38,147); }
div.DivClassName
{
background-color: #292693;
}
.BgClassName
{
background-color: #292693;
}
</style>
border-color css
<style>
span { border-color: #292693; }
span { border-color: rgb(41,38,147); }
td.TdClassName
{
border-color: #292693;
}
.TagClassName
{
border-color: #292693;
}
</style>