Shades of Bay Of Many #393C59
Tints of Bay Of Many #393C59
RGB
CMYK
RGB Variations
Color information
#393C59 (or 0x393C59) is known color: Bay Of Many. HEX triplet: 39, 3C and 59. RGB value is (57,60,89). Sum of RGB (Red+Green+Blue) = 57+60+89=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #393C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C59 is #C6C3A6. Grayscale: #3E3E3E. Windows color (decimal): -13026215 or 5848121. OLE color: 5848121.
HSL color Cylindrical-coordinate representation of color #393C59: hue angle of 234.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #393C59 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 60 | 89 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.65 |
| HSL | 234.38º | 0.22% | 0.29% | - |
| HSV(B) | 234.38º | 0.36% | 0.35% | - |
| XYZ | 5.11 | 4.82 | 10.11 | - |
| YUV | 62.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 89 | 0.36 | 0.33 | 0 | 0.65 | 234.38 | 0.22 | 0.29 |
| Hex | 39 | 3C | 59 | 24 | 21 | 0 | 41 | EA | 16 | 1D |
| Octal | 71 | 74 | 131 | 44 | 41 | 0 | 101 | 352 | 26 | 35 |
| Binary | 111001 | 111100 | 1011001 | 100100 | 100001 | 0 | 1000001 | 11101010 | 10110 | 11101 |
Color Harmonies of #393C59
Complementary color
Monochromatic Colors of #393C59
Black with #393C59
Text Example
Text Example
White with #393C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C59; }
p { color: rgb(57,60,89); }
H1.HeaderClassName
{
color: #393C59;
}
.AnyTagClassName
{
color: #393C59;
}
</style>
background-color css
<style>
a { background-color: #393C59; }
a { background-color: rgb(57,60,89); }
div.DivClassName
{
background-color: #393C59;
}
.BgClassName
{
background-color: #393C59;
}
</style>
border-color css
<style>
span { border-color: #393C59; }
span { border-color: rgb(57,60,89); }
td.TdClassName
{
border-color: #393C59;
}
.TagClassName
{
border-color: #393C59;
}
</style>