Shades of Deep Koamaru #363160
Tints of Deep Koamaru #363160
RGB
CMYK
RGB Variations
Color information
#363160 (or 0x363160) is known color: Deep Koamaru. HEX triplet: 36, 31 and 60. RGB value is (54,49,96). Sum of RGB (Red+Green+Blue) = 54+49+96=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #363160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363160 is #C9CE9F. Grayscale: #373737. Windows color (decimal): -13225632 or 6304054. OLE color: 6304054.
HSL color Cylindrical-coordinate representation of color #363160: hue angle of 246.38º 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 #363160 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 49 | 96 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.62 |
| HSL | 246.38º | 0.32% | 0.28% | - |
| HSV(B) | 246.38º | 0.49% | 0.38% | - |
| XYZ | 4.73 | 3.83 | 11.56 | - |
| YUV | 55.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 96 | 0.44 | 0.49 | 0 | 0.62 | 246.38 | 0.32 | 0.28 |
| Hex | 36 | 31 | 60 | 2C | 31 | 0 | 3E | F6 | 20 | 1C |
| Octal | 66 | 61 | 140 | 54 | 61 | 0 | 76 | 366 | 40 | 34 |
| Binary | 110110 | 110001 | 1100000 | 101100 | 110001 | 0 | 111110 | 11110110 | 100000 | 11100 |
Color Harmonies of #363160
Complementary color
Monochromatic Colors of #363160
Black with #363160
Text Example
Text Example
White with #363160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363160; }
p { color: rgb(54,49,96); }
H1.HeaderClassName
{
color: #363160;
}
.AnyTagClassName
{
color: #363160;
}
</style>
background-color css
<style>
a { background-color: #363160; }
a { background-color: rgb(54,49,96); }
div.DivClassName
{
background-color: #363160;
}
.BgClassName
{
background-color: #363160;
}
</style>
border-color css
<style>
span { border-color: #363160; }
span { border-color: rgb(54,49,96); }
td.TdClassName
{
border-color: #363160;
}
.TagClassName
{
border-color: #363160;
}
</style>