Shades of Deep Koamaru #293170
Tints of Deep Koamaru #293170
RGB
CMYK
RGB Variations
Color information
#293170 (or 0x293170) is known color: Deep Koamaru. HEX triplet: 29, 31 and 70. RGB value is (41,49,112). Sum of RGB (Red+Green+Blue) = 41+49+112=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #293170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293170 is #D6CE8F. Grayscale: #353535. Windows color (decimal): -14077584 or 7352617. OLE color: 7352617.
HSL color Cylindrical-coordinate representation of color #293170: hue angle of 233.24º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293170 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 49 | 112 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.56 |
| HSL | 233.24º | 0.46% | 0.3% | - |
| HSV(B) | 233.24º | 0.63% | 0.44% | - |
| XYZ | 4.94 | 3.84 | 15.81 | - |
| YUV | 53.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 112 | 0.63 | 0.56 | 0 | 0.56 | 233.24 | 0.46 | 0.3 |
| Hex | 29 | 31 | 70 | 3F | 38 | 0 | 38 | E9 | 2E | 1E |
| Octal | 51 | 61 | 160 | 77 | 70 | 0 | 70 | 351 | 56 | 36 |
| Binary | 101001 | 110001 | 1110000 | 111111 | 111000 | 0 | 111000 | 11101001 | 101110 | 11110 |
Color Harmonies of #293170
Complementary color
Monochromatic Colors of #293170
Black with #293170
Text Example
Text Example
White with #293170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293170; }
p { color: rgb(41,49,112); }
H1.HeaderClassName
{
color: #293170;
}
.AnyTagClassName
{
color: #293170;
}
</style>
background-color css
<style>
a { background-color: #293170; }
a { background-color: rgb(41,49,112); }
div.DivClassName
{
background-color: #293170;
}
.BgClassName
{
background-color: #293170;
}
</style>
border-color css
<style>
span { border-color: #293170; }
span { border-color: rgb(41,49,112); }
td.TdClassName
{
border-color: #293170;
}
.TagClassName
{
border-color: #293170;
}
</style>