Shades of Deep Koamaru #292C68
Tints of Deep Koamaru #292C68
RGB
CMYK
RGB Variations
Color information
#292C68 (or 0x292C68) is known color: Deep Koamaru. HEX triplet: 29, 2C and 68. RGB value is (41,44,104). Sum of RGB (Red+Green+Blue) = 41+44+104=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #292C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C68 is #D6D397. Grayscale: #313131. Windows color (decimal): -14078872 or 6827049. OLE color: 6827049.
HSL color Cylindrical-coordinate representation of color #292C68: hue angle of 237.14º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292C68 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 44 | 104 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.59 |
| HSL | 237.14º | 0.43% | 0.28% | - |
| HSV(B) | 237.14º | 0.61% | 0.41% | - |
| XYZ | 4.31 | 3.27 | 13.5 | - |
| YUV | 49.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 104 | 0.61 | 0.58 | 0 | 0.59 | 237.14 | 0.43 | 0.28 |
| Hex | 29 | 2C | 68 | 3D | 3A | 0 | 3B | ED | 2B | 1C |
| Octal | 51 | 54 | 150 | 75 | 72 | 0 | 73 | 355 | 53 | 34 |
| Binary | 101001 | 101100 | 1101000 | 111101 | 111010 | 0 | 111011 | 11101101 | 101011 | 11100 |
Color Harmonies of #292C68
Complementary color
Monochromatic Colors of #292C68
Black with #292C68
Text Example
Text Example
White with #292C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C68; }
p { color: rgb(41,44,104); }
H1.HeaderClassName
{
color: #292C68;
}
.AnyTagClassName
{
color: #292C68;
}
</style>
background-color css
<style>
a { background-color: #292C68; }
a { background-color: rgb(41,44,104); }
div.DivClassName
{
background-color: #292C68;
}
.BgClassName
{
background-color: #292C68;
}
</style>
border-color css
<style>
span { border-color: #292C68; }
span { border-color: rgb(41,44,104); }
td.TdClassName
{
border-color: #292C68;
}
.TagClassName
{
border-color: #292C68;
}
</style>