Shades of Deep Koamaru #393A65
Tints of Deep Koamaru #393A65
RGB
CMYK
RGB Variations
Color information
#393A65 (or 0x393A65) is known color: Deep Koamaru. HEX triplet: 39, 3A and 65. RGB value is (57,58,101). Sum of RGB (Red+Green+Blue) = 57+58+101=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #393A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A65 is #C6C59A. Grayscale: #3E3E3E. Windows color (decimal): -13026715 or 6634041. OLE color: 6634041.
HSL color Cylindrical-coordinate representation of color #393A65: hue angle of 238.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393A65 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 58 | 101 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.60 |
| HSL | 238.64º | 0.28% | 0.31% | - |
| HSV(B) | 238.64º | 0.44% | 0.4% | - |
| XYZ | 5.55 | 4.84 | 12.95 | - |
| YUV | 62.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 101 | 0.44 | 0.43 | 0 | 0.60 | 238.64 | 0.28 | 0.31 |
| Hex | 39 | 3A | 65 | 2C | 2B | 0 | 3C | EF | 1C | 1F |
| Octal | 71 | 72 | 145 | 54 | 53 | 0 | 74 | 357 | 34 | 37 |
| Binary | 111001 | 111010 | 1100101 | 101100 | 101011 | 0 | 111100 | 11101111 | 11100 | 11111 |
Color Harmonies of #393A65
Complementary color
Monochromatic Colors of #393A65
Black with #393A65
Text Example
Text Example
White with #393A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A65; }
p { color: rgb(57,58,101); }
H1.HeaderClassName
{
color: #393A65;
}
.AnyTagClassName
{
color: #393A65;
}
</style>
background-color css
<style>
a { background-color: #393A65; }
a { background-color: rgb(57,58,101); }
div.DivClassName
{
background-color: #393A65;
}
.BgClassName
{
background-color: #393A65;
}
</style>
border-color css
<style>
span { border-color: #393A65; }
span { border-color: rgb(57,58,101); }
td.TdClassName
{
border-color: #393A65;
}
.TagClassName
{
border-color: #393A65;
}
</style>