Shades of Deep Koamaru #393860
Tints of Deep Koamaru #393860
RGB
CMYK
RGB Variations
Color information
#393860 (or 0x393860) is known color: Deep Koamaru. HEX triplet: 39, 38 and 60. RGB value is (57,56,96). Sum of RGB (Red+Green+Blue) = 57+56+96=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #393860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393860 is #C6C79F. Grayscale: #3C3C3C. Windows color (decimal): -13027232 or 6305849. OLE color: 6305849.
HSL color Cylindrical-coordinate representation of color #393860: hue angle of 241.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393860 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 56 | 96 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.62 |
| HSL | 241.5º | 0.26% | 0.3% | - |
| HSV(B) | 241.5º | 0.42% | 0.38% | - |
| XYZ | 5.21 | 4.54 | 11.67 | - |
| YUV | 60.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 96 | 0.41 | 0.42 | 0 | 0.62 | 241.5 | 0.26 | 0.3 |
| Hex | 39 | 38 | 60 | 29 | 2A | 0 | 3E | F2 | 1A | 1E |
| Octal | 71 | 70 | 140 | 51 | 52 | 0 | 76 | 362 | 32 | 36 |
| Binary | 111001 | 111000 | 1100000 | 101001 | 101010 | 0 | 111110 | 11110010 | 11010 | 11110 |
Color Harmonies of #393860
Complementary color
Monochromatic Colors of #393860
Black with #393860
Text Example
Text Example
White with #393860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393860; }
p { color: rgb(57,56,96); }
H1.HeaderClassName
{
color: #393860;
}
.AnyTagClassName
{
color: #393860;
}
</style>
background-color css
<style>
a { background-color: #393860; }
a { background-color: rgb(57,56,96); }
div.DivClassName
{
background-color: #393860;
}
.BgClassName
{
background-color: #393860;
}
</style>
border-color css
<style>
span { border-color: #393860; }
span { border-color: rgb(57,56,96); }
td.TdClassName
{
border-color: #393860;
}
.TagClassName
{
border-color: #393860;
}
</style>