Shades of Deep Koamaru #343160
Tints of Deep Koamaru #343160
RGB
CMYK
RGB Variations
Color information
#343160 (or 0x343160) is known color: Deep Koamaru. HEX triplet: 34, 31 and 60. RGB value is (52,49,96). Sum of RGB (Red+Green+Blue) = 52+49+96=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #343160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343160 is #CBCE9F. Grayscale: #373737. Windows color (decimal): -13356704 or 6304052. OLE color: 6304052.
HSL color Cylindrical-coordinate representation of color #343160: hue angle of 243.83º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343160 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 49 | 96 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.62 |
| HSL | 243.83º | 0.32% | 0.28% | - |
| HSV(B) | 243.83º | 0.49% | 0.38% | - |
| XYZ | 4.63 | 3.77 | 11.55 | - |
| YUV | 55.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 96 | 0.46 | 0.49 | 0 | 0.62 | 243.83 | 0.32 | 0.28 |
| Hex | 34 | 31 | 60 | 2E | 31 | 0 | 3E | F4 | 20 | 1C |
| Octal | 64 | 61 | 140 | 56 | 61 | 0 | 76 | 364 | 40 | 34 |
| Binary | 110100 | 110001 | 1100000 | 101110 | 110001 | 0 | 111110 | 11110100 | 100000 | 11100 |
Color Harmonies of #343160
Complementary color
Monochromatic Colors of #343160
Black with #343160
Text Example
Text Example
White with #343160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343160; }
p { color: rgb(52,49,96); }
H1.HeaderClassName
{
color: #343160;
}
.AnyTagClassName
{
color: #343160;
}
</style>
background-color css
<style>
a { background-color: #343160; }
a { background-color: rgb(52,49,96); }
div.DivClassName
{
background-color: #343160;
}
.BgClassName
{
background-color: #343160;
}
</style>
border-color css
<style>
span { border-color: #343160; }
span { border-color: rgb(52,49,96); }
td.TdClassName
{
border-color: #343160;
}
.TagClassName
{
border-color: #343160;
}
</style>