Shades of Bay Of Many #393E61
Tints of Bay Of Many #393E61
RGB
CMYK
RGB Variations
Color information
#393E61 (or 0x393E61) is known color: Bay Of Many. HEX triplet: 39, 3E and 61. RGB value is (57,62,97). Sum of RGB (Red+Green+Blue) = 57+62+97=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #393E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E61 is #C6C19E. Grayscale: #404040. Windows color (decimal): -13025695 or 6372921. OLE color: 6372921.
HSL color Cylindrical-coordinate representation of color #393E61: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #393E61 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 62 | 97 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.62 |
| HSL | 232.5º | 0.26% | 0.3% | - |
| HSV(B) | 232.5º | 0.41% | 0.38% | - |
| XYZ | 5.57 | 5.18 | 12.02 | - |
| YUV | 64.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 97 | 0.41 | 0.36 | 0 | 0.62 | 232.5 | 0.26 | 0.3 |
| Hex | 39 | 3E | 61 | 29 | 24 | 0 | 3E | E8 | 1A | 1E |
| Octal | 71 | 76 | 141 | 51 | 44 | 0 | 76 | 350 | 32 | 36 |
| Binary | 111001 | 111110 | 1100001 | 101001 | 100100 | 0 | 111110 | 11101000 | 11010 | 11110 |
Color Harmonies of #393E61
Complementary color
Monochromatic Colors of #393E61
Black with #393E61
Text Example
Text Example
White with #393E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E61; }
p { color: rgb(57,62,97); }
H1.HeaderClassName
{
color: #393E61;
}
.AnyTagClassName
{
color: #393E61;
}
</style>
background-color css
<style>
a { background-color: #393E61; }
a { background-color: rgb(57,62,97); }
div.DivClassName
{
background-color: #393E61;
}
.BgClassName
{
background-color: #393E61;
}
</style>
border-color css
<style>
span { border-color: #393E61; }
span { border-color: rgb(57,62,97); }
td.TdClassName
{
border-color: #393E61;
}
.TagClassName
{
border-color: #393E61;
}
</style>