Shades of Deep Koamaru #393866
Tints of Deep Koamaru #393866
RGB
CMYK
RGB Variations
Color information
#393866 (or 0x393866) is known color: Deep Koamaru. HEX triplet: 39, 38 and 66. RGB value is (57,56,102). Sum of RGB (Red+Green+Blue) = 57+56+102=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #393866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393866 is #C6C799. Grayscale: #3D3D3D. Windows color (decimal): -13027226 or 6699065. OLE color: 6699065.
HSL color Cylindrical-coordinate representation of color #393866: hue angle of 241.3º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393866 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 57 | 56 | 102 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.6 |
| HSL | 241.3º | 0.29% | 0.31% | - |
| HSV(B) | 241.3º | 0.45% | 0.4% | - |
| XYZ | 5.5 | 4.66 | 13.18 | - |
| YUV | 61.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 102 | 0.44 | 0.45 | 0 | 0.6 | 241.3 | 0.29 | 0.31 |
| Hex | 39 | 38 | 66 | 2C | 2D | 0 | 3C | F1 | 1D | 1F |
| Octal | 71 | 70 | 146 | 54 | 55 | 0 | 74 | 361 | 35 | 37 |
| Binary | 111001 | 111000 | 1100110 | 101100 | 101101 | 0 | 111100 | 11110001 | 11101 | 11111 |
Color Harmonies of #393866
Complementary color
Monochromatic Colors of #393866
Black with #393866
Text Example
Text Example
White with #393866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393866; }
p { color: rgb(57,56,102); }
H1.HeaderClassName
{
color: #393866;
}
.AnyTagClassName
{
color: #393866;
}
</style>
background-color css
<style>
a { background-color: #393866; }
a { background-color: rgb(57,56,102); }
div.DivClassName
{
background-color: #393866;
}
.BgClassName
{
background-color: #393866;
}
</style>
border-color css
<style>
span { border-color: #393866; }
span { border-color: rgb(57,56,102); }
td.TdClassName
{
border-color: #393866;
}
.TagClassName
{
border-color: #393866;
}
</style>