Shades of Deep Koamaru #353160
Tints of Deep Koamaru #353160
RGB
CMYK
RGB Variations
Color information
#353160 (or 0x353160) is known color: Deep Koamaru. HEX triplet: 35, 31 and 60. RGB value is (53,49,96). Sum of RGB (Red+Green+Blue) = 53+49+96=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #353160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353160 is #CACE9F. Grayscale: #373737. Windows color (decimal): -13291168 or 6304053. OLE color: 6304053.
HSL color Cylindrical-coordinate representation of color #353160: hue angle of 245.11º 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 #353160 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 49 | 96 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.62 |
| HSL | 245.11º | 0.32% | 0.28% | - |
| HSV(B) | 245.11º | 0.49% | 0.38% | - |
| XYZ | 4.68 | 3.8 | 11.55 | - |
| YUV | 55.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 96 | 0.45 | 0.49 | 0 | 0.62 | 245.11 | 0.32 | 0.28 |
| Hex | 35 | 31 | 60 | 2D | 31 | 0 | 3E | F5 | 20 | 1C |
| Octal | 65 | 61 | 140 | 55 | 61 | 0 | 76 | 365 | 40 | 34 |
| Binary | 110101 | 110001 | 1100000 | 101101 | 110001 | 0 | 111110 | 11110101 | 100000 | 11100 |
Color Harmonies of #353160
Complementary color
Monochromatic Colors of #353160
Black with #353160
Text Example
Text Example
White with #353160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353160; }
p { color: rgb(53,49,96); }
H1.HeaderClassName
{
color: #353160;
}
.AnyTagClassName
{
color: #353160;
}
</style>
background-color css
<style>
a { background-color: #353160; }
a { background-color: rgb(53,49,96); }
div.DivClassName
{
background-color: #353160;
}
.BgClassName
{
background-color: #353160;
}
</style>
border-color css
<style>
span { border-color: #353160; }
span { border-color: rgb(53,49,96); }
td.TdClassName
{
border-color: #353160;
}
.TagClassName
{
border-color: #353160;
}
</style>