Shades of Deep Koamaru #292965
Tints of Deep Koamaru #292965
RGB
CMYK
RGB Variations
Color information
#292965 (or 0x292965) is known color: Deep Koamaru. HEX triplet: 29, 29 and 65. RGB value is (41,41,101). Sum of RGB (Red+Green+Blue) = 41+41+101=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #292965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292965 is #D6D69A. Grayscale: #2F2F2F. Windows color (decimal): -14079643 or 6629673. OLE color: 6629673.
HSL color Cylindrical-coordinate representation of color #292965: hue angle of 240º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #292965 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 41 | 101 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.60 |
| HSL | 240º | 0.42% | 0.28% | - |
| HSV(B) | 240º | 0.59% | 0.4% | - |
| XYZ | 4.06 | 3 | 12.68 | - |
| YUV | 47.84 | 158 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 101 | 0.59 | 0.59 | 0 | 0.60 | 240 | 0.42 | 0.28 |
| Hex | 29 | 29 | 65 | 3B | 3B | 0 | 3C | F0 | 2A | 1C |
| Octal | 51 | 51 | 145 | 73 | 73 | 0 | 74 | 360 | 52 | 34 |
| Binary | 101001 | 101001 | 1100101 | 111011 | 111011 | 0 | 111100 | 11110000 | 101010 | 11100 |
Color Harmonies of #292965
Complementary color
Monochromatic Colors of #292965
Black with #292965
Text Example
Text Example
White with #292965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292965; }
p { color: rgb(41,41,101); }
H1.HeaderClassName
{
color: #292965;
}
.AnyTagClassName
{
color: #292965;
}
</style>
background-color css
<style>
a { background-color: #292965; }
a { background-color: rgb(41,41,101); }
div.DivClassName
{
background-color: #292965;
}
.BgClassName
{
background-color: #292965;
}
</style>
border-color css
<style>
span { border-color: #292965; }
span { border-color: rgb(41,41,101); }
td.TdClassName
{
border-color: #292965;
}
.TagClassName
{
border-color: #292965;
}
</style>