Shades of Bay Of Many #393D5D
Tints of Bay Of Many #393D5D
RGB
CMYK
RGB Variations
Color information
#393D5D (or 0x393D5D) is known color: Bay Of Many. HEX triplet: 39, 3D and 5D. RGB value is (57,61,93). Sum of RGB (Red+Green+Blue) = 57+61+93=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #393D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D5D is #C6C2A2. Grayscale: #3F3F3F. Windows color (decimal): -13025955 or 6110521. OLE color: 6110521.
HSL color Cylindrical-coordinate representation of color #393D5D: hue angle of 233.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #393D5D is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 61 | 93 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.64 |
| HSL | 233.33º | 0.24% | 0.29% | - |
| HSV(B) | 233.33º | 0.39% | 0.36% | - |
| XYZ | 5.33 | 5 | 11.04 | - |
| YUV | 63.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 93 | 0.39 | 0.34 | 0 | 0.64 | 233.33 | 0.24 | 0.29 |
| Hex | 39 | 3D | 5D | 27 | 22 | 0 | 40 | E9 | 18 | 1D |
| Octal | 71 | 75 | 135 | 47 | 42 | 0 | 100 | 351 | 30 | 35 |
| Binary | 111001 | 111101 | 1011101 | 100111 | 100010 | 0 | 1000000 | 11101001 | 11000 | 11101 |
Color Harmonies of #393D5D
Complementary color
Monochromatic Colors of #393D5D
Black with #393D5D
Text Example
Text Example
White with #393D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D5D; }
p { color: rgb(57,61,93); }
H1.HeaderClassName
{
color: #393D5D;
}
.AnyTagClassName
{
color: #393D5D;
}
</style>
background-color css
<style>
a { background-color: #393D5D; }
a { background-color: rgb(57,61,93); }
div.DivClassName
{
background-color: #393D5D;
}
.BgClassName
{
background-color: #393D5D;
}
</style>
border-color css
<style>
span { border-color: #393D5D; }
span { border-color: rgb(57,61,93); }
td.TdClassName
{
border-color: #393D5D;
}
.TagClassName
{
border-color: #393D5D;
}
</style>