Shades of Bay Of Many #393F62
Tints of Bay Of Many #393F62
RGB
CMYK
RGB Variations
Color information
#393F62 (or 0x393F62) is known color: Bay Of Many. HEX triplet: 39, 3F and 62. RGB value is (57,63,98). Sum of RGB (Red+Green+Blue) = 57+63+98=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #393F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F62 is #C6C09D. Grayscale: #414141. Windows color (decimal): -13025438 or 6438713. OLE color: 6438713.
HSL color Cylindrical-coordinate representation of color #393F62: hue angle of 231.22º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393F62 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 63 | 98 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.62 |
| HSL | 231.22º | 0.26% | 0.3% | - |
| HSV(B) | 231.22º | 0.42% | 0.38% | - |
| XYZ | 5.67 | 5.31 | 12.28 | - |
| YUV | 65.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 98 | 0.42 | 0.36 | 0 | 0.62 | 231.22 | 0.26 | 0.3 |
| Hex | 39 | 3F | 62 | 2A | 24 | 0 | 3E | E7 | 1A | 1E |
| Octal | 71 | 77 | 142 | 52 | 44 | 0 | 76 | 347 | 32 | 36 |
| Binary | 111001 | 111111 | 1100010 | 101010 | 100100 | 0 | 111110 | 11100111 | 11010 | 11110 |
Color Harmonies of #393F62
Complementary color
Monochromatic Colors of #393F62
Black with #393F62
Text Example
Text Example
White with #393F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F62; }
p { color: rgb(57,63,98); }
H1.HeaderClassName
{
color: #393F62;
}
.AnyTagClassName
{
color: #393F62;
}
</style>
background-color css
<style>
a { background-color: #393F62; }
a { background-color: rgb(57,63,98); }
div.DivClassName
{
background-color: #393F62;
}
.BgClassName
{
background-color: #393F62;
}
</style>
border-color css
<style>
span { border-color: #393F62; }
span { border-color: rgb(57,63,98); }
td.TdClassName
{
border-color: #393F62;
}
.TagClassName
{
border-color: #393F62;
}
</style>