Shades of Deep Koamaru #393B60
Tints of Deep Koamaru #393B60
RGB
CMYK
RGB Variations
Color information
#393B60 (or 0x393B60) is known color: Deep Koamaru. HEX triplet: 39, 3B and 60. RGB value is (57,59,96). Sum of RGB (Red+Green+Blue) = 57+59+96=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #393B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B60 is #C6C49F. Grayscale: #3E3E3E. Windows color (decimal): -13026464 or 6306617. OLE color: 6306617.
HSL color Cylindrical-coordinate representation of color #393B60: hue angle of 236.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #393B60 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 59 | 96 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.62 |
| HSL | 236.92º | 0.25% | 0.3% | - |
| HSV(B) | 236.92º | 0.41% | 0.38% | - |
| XYZ | 5.36 | 4.84 | 11.72 | - |
| YUV | 62.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 96 | 0.41 | 0.39 | 0 | 0.62 | 236.92 | 0.25 | 0.3 |
| Hex | 39 | 3B | 60 | 29 | 27 | 0 | 3E | ED | 19 | 1E |
| Octal | 71 | 73 | 140 | 51 | 47 | 0 | 76 | 355 | 31 | 36 |
| Binary | 111001 | 111011 | 1100000 | 101001 | 100111 | 0 | 111110 | 11101101 | 11001 | 11110 |
Color Harmonies of #393B60
Complementary color
Monochromatic Colors of #393B60
Black with #393B60
Text Example
Text Example
White with #393B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B60; }
p { color: rgb(57,59,96); }
H1.HeaderClassName
{
color: #393B60;
}
.AnyTagClassName
{
color: #393B60;
}
</style>
background-color css
<style>
a { background-color: #393B60; }
a { background-color: rgb(57,59,96); }
div.DivClassName
{
background-color: #393B60;
}
.BgClassName
{
background-color: #393B60;
}
</style>
border-color css
<style>
span { border-color: #393B60; }
span { border-color: rgb(57,59,96); }
td.TdClassName
{
border-color: #393B60;
}
.TagClassName
{
border-color: #393B60;
}
</style>