Shades of Bay Of Many #393F60
Tints of Bay Of Many #393F60
RGB
CMYK
RGB Variations
Color information
#393F60 (or 0x393F60) is known color: Bay Of Many. HEX triplet: 39, 3F and 60. RGB value is (57,63,96). Sum of RGB (Red+Green+Blue) = 57+63+96=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #393F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F60 is #C6C09F. Grayscale: #404040. Windows color (decimal): -13025440 or 6307641. OLE color: 6307641.
HSL color Cylindrical-coordinate representation of color #393F60: hue angle of 230.77º degrees, saturation: 0.25, 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 #393F60 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 63 | 96 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.62 |
| HSL | 230.77º | 0.25% | 0.3% | - |
| HSV(B) | 230.77º | 0.41% | 0.38% | - |
| XYZ | 5.58 | 5.27 | 11.79 | - |
| YUV | 64.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 96 | 0.41 | 0.34 | 0 | 0.62 | 230.77 | 0.25 | 0.3 |
| Hex | 39 | 3F | 60 | 29 | 22 | 0 | 3E | E7 | 19 | 1E |
| Octal | 71 | 77 | 140 | 51 | 42 | 0 | 76 | 347 | 31 | 36 |
| Binary | 111001 | 111111 | 1100000 | 101001 | 100010 | 0 | 111110 | 11100111 | 11001 | 11110 |
Color Harmonies of #393F60
Complementary color
Monochromatic Colors of #393F60
Black with #393F60
Text Example
Text Example
White with #393F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F60; }
p { color: rgb(57,63,96); }
H1.HeaderClassName
{
color: #393F60;
}
.AnyTagClassName
{
color: #393F60;
}
</style>
background-color css
<style>
a { background-color: #393F60; }
a { background-color: rgb(57,63,96); }
div.DivClassName
{
background-color: #393F60;
}
.BgClassName
{
background-color: #393F60;
}
</style>
border-color css
<style>
span { border-color: #393F60; }
span { border-color: rgb(57,63,96); }
td.TdClassName
{
border-color: #393F60;
}
.TagClassName
{
border-color: #393F60;
}
</style>