Shades of Deep Koamaru #393863
Tints of Deep Koamaru #393863
RGB
CMYK
RGB Variations
Color information
#393863 (or 0x393863) is known color: Deep Koamaru. HEX triplet: 39, 38 and 63. RGB value is (57,56,99). Sum of RGB (Red+Green+Blue) = 57+56+99=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #393863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393863 is #C6C79C. Grayscale: #3D3D3D. Windows color (decimal): -13027229 or 6502457. OLE color: 6502457.
HSL color Cylindrical-coordinate representation of color #393863: hue angle of 241.4º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #393863 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 56 | 99 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.61 |
| HSL | 241.4º | 0.28% | 0.3% | - |
| HSV(B) | 241.4º | 0.43% | 0.39% | - |
| XYZ | 5.35 | 4.6 | 12.41 | - |
| YUV | 61.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 99 | 0.42 | 0.43 | 0 | 0.61 | 241.4 | 0.28 | 0.3 |
| Hex | 39 | 38 | 63 | 2A | 2B | 0 | 3D | F1 | 1C | 1E |
| Octal | 71 | 70 | 143 | 52 | 53 | 0 | 75 | 361 | 34 | 36 |
| Binary | 111001 | 111000 | 1100011 | 101010 | 101011 | 0 | 111101 | 11110001 | 11100 | 11110 |
Color Harmonies of #393863
Complementary color
Monochromatic Colors of #393863
Black with #393863
Text Example
Text Example
White with #393863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393863; }
p { color: rgb(57,56,99); }
H1.HeaderClassName
{
color: #393863;
}
.AnyTagClassName
{
color: #393863;
}
</style>
background-color css
<style>
a { background-color: #393863; }
a { background-color: rgb(57,56,99); }
div.DivClassName
{
background-color: #393863;
}
.BgClassName
{
background-color: #393863;
}
</style>
border-color css
<style>
span { border-color: #393863; }
span { border-color: rgb(57,56,99); }
td.TdClassName
{
border-color: #393863;
}
.TagClassName
{
border-color: #393863;
}
</style>