Shades of Deep Koamaru #393A58
Tints of Deep Koamaru #393A58
RGB
CMYK
RGB Variations
Color information
#393A58 (or 0x393A58) is known color: Deep Koamaru. HEX triplet: 39, 3A and 58. RGB value is (57,58,88). Sum of RGB (Red+Green+Blue) = 57+58+88=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #393A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A58 is #C6C5A7. Grayscale: #3C3C3C. Windows color (decimal): -13026728 or 5782073. OLE color: 5782073.
HSL color Cylindrical-coordinate representation of color #393A58: hue angle of 238.06º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #393A58 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 58 | 88 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.65 |
| HSL | 238.06º | 0.21% | 0.28% | - |
| HSV(B) | 238.06º | 0.35% | 0.35% | - |
| XYZ | 4.96 | 4.6 | 9.86 | - |
| YUV | 61.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 88 | 0.35 | 0.34 | 0 | 0.65 | 238.06 | 0.21 | 0.28 |
| Hex | 39 | 3A | 58 | 23 | 22 | 0 | 41 | EE | 15 | 1C |
| Octal | 71 | 72 | 130 | 43 | 42 | 0 | 101 | 356 | 25 | 34 |
| Binary | 111001 | 111010 | 1011000 | 100011 | 100010 | 0 | 1000001 | 11101110 | 10101 | 11100 |
Color Harmonies of #393A58
Complementary color
Monochromatic Colors of #393A58
Black with #393A58
Text Example
Text Example
White with #393A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A58; }
p { color: rgb(57,58,88); }
H1.HeaderClassName
{
color: #393A58;
}
.AnyTagClassName
{
color: #393A58;
}
</style>
background-color css
<style>
a { background-color: #393A58; }
a { background-color: rgb(57,58,88); }
div.DivClassName
{
background-color: #393A58;
}
.BgClassName
{
background-color: #393A58;
}
</style>
border-color css
<style>
span { border-color: #393A58; }
span { border-color: rgb(57,58,88); }
td.TdClassName
{
border-color: #393A58;
}
.TagClassName
{
border-color: #393A58;
}
</style>