Shades of Deep Koamaru #292B76
Tints of Deep Koamaru #292B76
RGB
CMYK
RGB Variations
Color information
#292B76 (or 0x292B76) is known color: Deep Koamaru. HEX triplet: 29, 2B and 76. RGB value is (41,43,118). Sum of RGB (Red+Green+Blue) = 41+43+118=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #292B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B76 is #D6D489. Grayscale: #323232. Windows color (decimal): -14079114 or 7744297. OLE color: 7744297.
HSL color Cylindrical-coordinate representation of color #292B76: hue angle of 238.44º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #292B76 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 43 | 118 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.54 |
| HSL | 238.44º | 0.48% | 0.31% | - |
| HSV(B) | 238.44º | 0.65% | 0.46% | - |
| XYZ | 5.05 | 3.51 | 17.55 | - |
| YUV | 50.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 118 | 0.65 | 0.64 | 0 | 0.54 | 238.44 | 0.48 | 0.31 |
| Hex | 29 | 2B | 76 | 41 | 40 | 0 | 36 | EE | 30 | 1F |
| Octal | 51 | 53 | 166 | 101 | 100 | 0 | 66 | 356 | 60 | 37 |
| Binary | 101001 | 101011 | 1110110 | 1000001 | 1000000 | 0 | 110110 | 11101110 | 110000 | 11111 |
Color Harmonies of #292B76
Complementary color
Monochromatic Colors of #292B76
Black with #292B76
Text Example
Text Example
White with #292B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B76; }
p { color: rgb(41,43,118); }
H1.HeaderClassName
{
color: #292B76;
}
.AnyTagClassName
{
color: #292B76;
}
</style>
background-color css
<style>
a { background-color: #292B76; }
a { background-color: rgb(41,43,118); }
div.DivClassName
{
background-color: #292B76;
}
.BgClassName
{
background-color: #292B76;
}
</style>
border-color css
<style>
span { border-color: #292B76; }
span { border-color: rgb(41,43,118); }
td.TdClassName
{
border-color: #292B76;
}
.TagClassName
{
border-color: #292B76;
}
</style>