Shades of Deep Koamaru #393A63
Tints of Deep Koamaru #393A63
RGB
CMYK
RGB Variations
Color information
#393A63 (or 0x393A63) is known color: Deep Koamaru. HEX triplet: 39, 3A and 63. RGB value is (57,58,99). Sum of RGB (Red+Green+Blue) = 57+58+99=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #393A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A63 is #C6C59C. Grayscale: #3E3E3E. Windows color (decimal): -13026717 or 6502969. OLE color: 6502969.
HSL color Cylindrical-coordinate representation of color #393A63: hue angle of 238.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393A63 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 58 | 99 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.61 |
| HSL | 238.57º | 0.27% | 0.31% | - |
| HSV(B) | 238.57º | 0.42% | 0.39% | - |
| XYZ | 5.45 | 4.8 | 12.44 | - |
| YUV | 62.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 99 | 0.42 | 0.41 | 0 | 0.61 | 238.57 | 0.27 | 0.31 |
| Hex | 39 | 3A | 63 | 2A | 29 | 0 | 3D | EF | 1B | 1F |
| Octal | 71 | 72 | 143 | 52 | 51 | 0 | 75 | 357 | 33 | 37 |
| Binary | 111001 | 111010 | 1100011 | 101010 | 101001 | 0 | 111101 | 11101111 | 11011 | 11111 |
Color Harmonies of #393A63
Complementary color
Monochromatic Colors of #393A63
Black with #393A63
Text Example
Text Example
White with #393A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A63; }
p { color: rgb(57,58,99); }
H1.HeaderClassName
{
color: #393A63;
}
.AnyTagClassName
{
color: #393A63;
}
</style>
background-color css
<style>
a { background-color: #393A63; }
a { background-color: rgb(57,58,99); }
div.DivClassName
{
background-color: #393A63;
}
.BgClassName
{
background-color: #393A63;
}
</style>
border-color css
<style>
span { border-color: #393A63; }
span { border-color: rgb(57,58,99); }
td.TdClassName
{
border-color: #393A63;
}
.TagClassName
{
border-color: #393A63;
}
</style>