Shades of Deep Koamaru #293165
Tints of Deep Koamaru #293165
RGB
CMYK
RGB Variations
Color information
#293165 (or 0x293165) is known color: Deep Koamaru. HEX triplet: 29, 31 and 65. RGB value is (41,49,101). Sum of RGB (Red+Green+Blue) = 41+49+101=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #293165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293165 is #D6CE9A. Grayscale: #343434. Windows color (decimal): -14077595 or 6631721. OLE color: 6631721.
HSL color Cylindrical-coordinate representation of color #293165: hue angle of 232º 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 #293165 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 49 | 101 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.60 |
| HSL | 232º | 0.42% | 0.28% | - |
| HSV(B) | 232º | 0.59% | 0.4% | - |
| XYZ | 4.36 | 3.61 | 12.78 | - |
| YUV | 52.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 101 | 0.59 | 0.51 | 0 | 0.60 | 232 | 0.42 | 0.28 |
| Hex | 29 | 31 | 65 | 3B | 33 | 0 | 3C | E8 | 2A | 1C |
| Octal | 51 | 61 | 145 | 73 | 63 | 0 | 74 | 350 | 52 | 34 |
| Binary | 101001 | 110001 | 1100101 | 111011 | 110011 | 0 | 111100 | 11101000 | 101010 | 11100 |
Color Harmonies of #293165
Complementary color
Monochromatic Colors of #293165
Black with #293165
Text Example
Text Example
White with #293165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293165; }
p { color: rgb(41,49,101); }
H1.HeaderClassName
{
color: #293165;
}
.AnyTagClassName
{
color: #293165;
}
</style>
background-color css
<style>
a { background-color: #293165; }
a { background-color: rgb(41,49,101); }
div.DivClassName
{
background-color: #293165;
}
.BgClassName
{
background-color: #293165;
}
</style>
border-color css
<style>
span { border-color: #293165; }
span { border-color: rgb(41,49,101); }
td.TdClassName
{
border-color: #293165;
}
.TagClassName
{
border-color: #293165;
}
</style>