Shades of Bay Of Many #393F66
Tints of Bay Of Many #393F66
RGB
CMYK
RGB Variations
Color information
#393F66 (or 0x393F66) is known color: Bay Of Many. HEX triplet: 39, 3F and 66. RGB value is (57,63,102). Sum of RGB (Red+Green+Blue) = 57+63+102=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #393F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F66 is #C6C099. Grayscale: #414141. Windows color (decimal): -13025434 or 6700857. OLE color: 6700857.
HSL color Cylindrical-coordinate representation of color #393F66: hue angle of 232º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393F66 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 57 | 63 | 102 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.6 |
| HSL | 232º | 0.28% | 0.31% | - |
| HSV(B) | 232º | 0.44% | 0.4% | - |
| XYZ | 5.86 | 5.38 | 13.3 | - |
| YUV | 65.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 102 | 0.44 | 0.38 | 0 | 0.6 | 232 | 0.28 | 0.31 |
| Hex | 39 | 3F | 66 | 2C | 26 | 0 | 3C | E8 | 1C | 1F |
| Octal | 71 | 77 | 146 | 54 | 46 | 0 | 74 | 350 | 34 | 37 |
| Binary | 111001 | 111111 | 1100110 | 101100 | 100110 | 0 | 111100 | 11101000 | 11100 | 11111 |
Color Harmonies of #393F66
Complementary color
Monochromatic Colors of #393F66
Black with #393F66
Text Example
Text Example
White with #393F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F66; }
p { color: rgb(57,63,102); }
H1.HeaderClassName
{
color: #393F66;
}
.AnyTagClassName
{
color: #393F66;
}
</style>
background-color css
<style>
a { background-color: #393F66; }
a { background-color: rgb(57,63,102); }
div.DivClassName
{
background-color: #393F66;
}
.BgClassName
{
background-color: #393F66;
}
</style>
border-color css
<style>
span { border-color: #393F66; }
span { border-color: rgb(57,63,102); }
td.TdClassName
{
border-color: #393F66;
}
.TagClassName
{
border-color: #393F66;
}
</style>