Shades of Deep Koamaru #393767
Tints of Deep Koamaru #393767
RGB
CMYK
RGB Variations
Color information
#393767 (or 0x393767) is known color: Deep Koamaru. HEX triplet: 39, 37 and 67. RGB value is (57,55,103). Sum of RGB (Red+Green+Blue) = 57+55+103=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #393767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393767 is #C6C898. Grayscale: #3C3C3C. Windows color (decimal): -13027481 or 6764345. OLE color: 6764345.
HSL color Cylindrical-coordinate representation of color #393767: hue angle of 242.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #393767 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 55 | 103 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.60 |
| HSL | 242.5º | 0.3% | 0.31% | - |
| HSV(B) | 242.5º | 0.47% | 0.4% | - |
| XYZ | 5.5 | 4.58 | 13.43 | - |
| YUV | 61.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 103 | 0.45 | 0.47 | 0 | 0.60 | 242.5 | 0.3 | 0.31 |
| Hex | 39 | 37 | 67 | 2D | 2F | 0 | 3C | F2 | 1E | 1F |
| Octal | 71 | 67 | 147 | 55 | 57 | 0 | 74 | 362 | 36 | 37 |
| Binary | 111001 | 110111 | 1100111 | 101101 | 101111 | 0 | 111100 | 11110010 | 11110 | 11111 |
Color Harmonies of #393767
Complementary color
Monochromatic Colors of #393767
Black with #393767
Text Example
Text Example
White with #393767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393767; }
p { color: rgb(57,55,103); }
H1.HeaderClassName
{
color: #393767;
}
.AnyTagClassName
{
color: #393767;
}
</style>
background-color css
<style>
a { background-color: #393767; }
a { background-color: rgb(57,55,103); }
div.DivClassName
{
background-color: #393767;
}
.BgClassName
{
background-color: #393767;
}
</style>
border-color css
<style>
span { border-color: #393767; }
span { border-color: rgb(57,55,103); }
td.TdClassName
{
border-color: #393767;
}
.TagClassName
{
border-color: #393767;
}
</style>