Shades of Bay Of Many #393D5B
Tints of Bay Of Many #393D5B
RGB
CMYK
RGB Variations
Color information
#393D5B (or 0x393D5B) is known color: Bay Of Many. HEX triplet: 39, 3D and 5B. RGB value is (57,61,91). Sum of RGB (Red+Green+Blue) = 57+61+91=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #393D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D5B is #C6C2A4. Grayscale: #3F3F3F. Windows color (decimal): -13025957 or 5979449. OLE color: 5979449.
HSL color Cylindrical-coordinate representation of color #393D5B: hue angle of 232.94º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #393D5B is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 61 | 91 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.64 |
| HSL | 232.94º | 0.23% | 0.29% | - |
| HSV(B) | 232.94º | 0.37% | 0.36% | - |
| XYZ | 5.24 | 4.96 | 10.58 | - |
| YUV | 63.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 91 | 0.37 | 0.33 | 0 | 0.64 | 232.94 | 0.23 | 0.29 |
| Hex | 39 | 3D | 5B | 25 | 21 | 0 | 40 | E9 | 17 | 1D |
| Octal | 71 | 75 | 133 | 45 | 41 | 0 | 100 | 351 | 27 | 35 |
| Binary | 111001 | 111101 | 1011011 | 100101 | 100001 | 0 | 1000000 | 11101001 | 10111 | 11101 |
Color Harmonies of #393D5B
Complementary color
Monochromatic Colors of #393D5B
Black with #393D5B
Text Example
Text Example
White with #393D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D5B; }
p { color: rgb(57,61,91); }
H1.HeaderClassName
{
color: #393D5B;
}
.AnyTagClassName
{
color: #393D5B;
}
</style>
background-color css
<style>
a { background-color: #393D5B; }
a { background-color: rgb(57,61,91); }
div.DivClassName
{
background-color: #393D5B;
}
.BgClassName
{
background-color: #393D5B;
}
</style>
border-color css
<style>
span { border-color: #393D5B; }
span { border-color: rgb(57,61,91); }
td.TdClassName
{
border-color: #393D5B;
}
.TagClassName
{
border-color: #393D5B;
}
</style>