Shades of Deep Koamaru #293068
Tints of Deep Koamaru #293068
RGB
CMYK
RGB Variations
Color information
#293068 (or 0x293068) is known color: Deep Koamaru. HEX triplet: 29, 30 and 68. RGB value is (41,48,104). Sum of RGB (Red+Green+Blue) = 41+48+104=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #293068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293068 is #D6CF97. Grayscale: #343434. Windows color (decimal): -14077848 or 6828073. OLE color: 6828073.
HSL color Cylindrical-coordinate representation of color #293068: hue angle of 233.33º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293068 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 48 | 104 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.59 |
| HSL | 233.33º | 0.43% | 0.28% | - |
| HSV(B) | 233.33º | 0.61% | 0.41% | - |
| XYZ | 4.47 | 3.58 | 13.55 | - |
| YUV | 52.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 104 | 0.61 | 0.54 | 0 | 0.59 | 233.33 | 0.43 | 0.28 |
| Hex | 29 | 30 | 68 | 3D | 36 | 0 | 3B | E9 | 2B | 1C |
| Octal | 51 | 60 | 150 | 75 | 66 | 0 | 73 | 351 | 53 | 34 |
| Binary | 101001 | 110000 | 1101000 | 111101 | 110110 | 0 | 111011 | 11101001 | 101011 | 11100 |
Color Harmonies of #293068
Complementary color
Monochromatic Colors of #293068
Black with #293068
Text Example
Text Example
White with #293068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293068; }
p { color: rgb(41,48,104); }
H1.HeaderClassName
{
color: #293068;
}
.AnyTagClassName
{
color: #293068;
}
</style>
background-color css
<style>
a { background-color: #293068; }
a { background-color: rgb(41,48,104); }
div.DivClassName
{
background-color: #293068;
}
.BgClassName
{
background-color: #293068;
}
</style>
border-color css
<style>
span { border-color: #293068; }
span { border-color: rgb(41,48,104); }
td.TdClassName
{
border-color: #293068;
}
.TagClassName
{
border-color: #293068;
}
</style>