Shades of Deep Koamaru #292C69
Tints of Deep Koamaru #292C69
RGB
CMYK
RGB Variations
Color information
#292C69 (or 0x292C69) is known color: Deep Koamaru. HEX triplet: 29, 2C and 69. RGB value is (41,44,105). Sum of RGB (Red+Green+Blue) = 41+44+105=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #292C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C69 is #D6D396. Grayscale: #313131. Windows color (decimal): -14078871 or 6892585. OLE color: 6892585.
HSL color Cylindrical-coordinate representation of color #292C69: hue angle of 237.19º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292C69 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 44 | 105 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.59 |
| HSL | 237.19º | 0.44% | 0.29% | - |
| HSV(B) | 237.19º | 0.61% | 0.41% | - |
| XYZ | 4.36 | 3.29 | 13.77 | - |
| YUV | 50.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 105 | 0.61 | 0.58 | 0 | 0.59 | 237.19 | 0.44 | 0.29 |
| Hex | 29 | 2C | 69 | 3D | 3A | 0 | 3B | ED | 2C | 1D |
| Octal | 51 | 54 | 151 | 75 | 72 | 0 | 73 | 355 | 54 | 35 |
| Binary | 101001 | 101100 | 1101001 | 111101 | 111010 | 0 | 111011 | 11101101 | 101100 | 11101 |
Color Harmonies of #292C69
Complementary color
Monochromatic Colors of #292C69
Black with #292C69
Text Example
Text Example
White with #292C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C69; }
p { color: rgb(41,44,105); }
H1.HeaderClassName
{
color: #292C69;
}
.AnyTagClassName
{
color: #292C69;
}
</style>
background-color css
<style>
a { background-color: #292C69; }
a { background-color: rgb(41,44,105); }
div.DivClassName
{
background-color: #292C69;
}
.BgClassName
{
background-color: #292C69;
}
</style>
border-color css
<style>
span { border-color: #292C69; }
span { border-color: rgb(41,44,105); }
td.TdClassName
{
border-color: #292C69;
}
.TagClassName
{
border-color: #292C69;
}
</style>