Shades of Deep Koamaru #293072
Tints of Deep Koamaru #293072
RGB
CMYK
RGB Variations
Color information
#293072 (or 0x293072) is known color: Deep Koamaru. HEX triplet: 29, 30 and 72. RGB value is (41,48,114). Sum of RGB (Red+Green+Blue) = 41+48+114=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #293072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293072 is #D6CF8D. Grayscale: #353535. Windows color (decimal): -14077838 or 7483433. OLE color: 7483433.
HSL color Cylindrical-coordinate representation of color #293072: hue angle of 234.25º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293072 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 48 | 114 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.55 |
| HSL | 234.25º | 0.47% | 0.3% | - |
| HSV(B) | 234.25º | 0.64% | 0.45% | - |
| XYZ | 5.01 | 3.8 | 16.39 | - |
| YUV | 53.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 114 | 0.64 | 0.58 | 0 | 0.55 | 234.25 | 0.47 | 0.3 |
| Hex | 29 | 30 | 72 | 40 | 3A | 0 | 37 | EA | 2F | 1E |
| Octal | 51 | 60 | 162 | 100 | 72 | 0 | 67 | 352 | 57 | 36 |
| Binary | 101001 | 110000 | 1110010 | 1000000 | 111010 | 0 | 110111 | 11101010 | 101111 | 11110 |
Color Harmonies of #293072
Complementary color
Monochromatic Colors of #293072
Black with #293072
Text Example
Text Example
White with #293072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293072; }
p { color: rgb(41,48,114); }
H1.HeaderClassName
{
color: #293072;
}
.AnyTagClassName
{
color: #293072;
}
</style>
background-color css
<style>
a { background-color: #293072; }
a { background-color: rgb(41,48,114); }
div.DivClassName
{
background-color: #293072;
}
.BgClassName
{
background-color: #293072;
}
</style>
border-color css
<style>
span { border-color: #293072; }
span { border-color: rgb(41,48,114); }
td.TdClassName
{
border-color: #293072;
}
.TagClassName
{
border-color: #293072;
}
</style>