Shades of Deep Koamaru #293063
Tints of Deep Koamaru #293063
RGB
CMYK
RGB Variations
Color information
#293063 (or 0x293063) is known color: Deep Koamaru. HEX triplet: 29, 30 and 63. RGB value is (41,48,99). Sum of RGB (Red+Green+Blue) = 41+48+99=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #293063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293063 is #D6CF9C. Grayscale: #333333. Windows color (decimal): -14077853 or 6500393. OLE color: 6500393.
HSL color Cylindrical-coordinate representation of color #293063: hue angle of 232.76º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293063 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 48 | 99 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.61 |
| HSL | 232.76º | 0.41% | 0.27% | - |
| HSV(B) | 232.76º | 0.59% | 0.39% | - |
| XYZ | 4.22 | 3.49 | 12.25 | - |
| YUV | 51.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 99 | 0.59 | 0.52 | 0 | 0.61 | 232.76 | 0.41 | 0.27 |
| Hex | 29 | 30 | 63 | 3B | 34 | 0 | 3D | E9 | 29 | 1B |
| Octal | 51 | 60 | 143 | 73 | 64 | 0 | 75 | 351 | 51 | 33 |
| Binary | 101001 | 110000 | 1100011 | 111011 | 110100 | 0 | 111101 | 11101001 | 101001 | 11011 |
Color Harmonies of #293063
Complementary color
Monochromatic Colors of #293063
Black with #293063
Text Example
Text Example
White with #293063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293063; }
p { color: rgb(41,48,99); }
H1.HeaderClassName
{
color: #293063;
}
.AnyTagClassName
{
color: #293063;
}
</style>
background-color css
<style>
a { background-color: #293063; }
a { background-color: rgb(41,48,99); }
div.DivClassName
{
background-color: #293063;
}
.BgClassName
{
background-color: #293063;
}
</style>
border-color css
<style>
span { border-color: #293063; }
span { border-color: rgb(41,48,99); }
td.TdClassName
{
border-color: #293063;
}
.TagClassName
{
border-color: #293063;
}
</style>