Shades of Bay Of Many #393D60
Tints of Bay Of Many #393D60
RGB
CMYK
RGB Variations
Color information
#393D60 (or 0x393D60) is known color: Bay Of Many. HEX triplet: 39, 3D and 60. RGB value is (57,61,96). Sum of RGB (Red+Green+Blue) = 57+61+96=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #393D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D60 is #C6C29F. Grayscale: #3F3F3F. Windows color (decimal): -13025952 or 6307129. OLE color: 6307129.
HSL color Cylindrical-coordinate representation of color #393D60: hue angle of 233.85º 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 #393D60 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 61 | 96 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.62 |
| HSL | 233.85º | 0.25% | 0.3% | - |
| HSV(B) | 233.85º | 0.41% | 0.38% | - |
| XYZ | 5.47 | 5.05 | 11.75 | - |
| YUV | 63.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 96 | 0.41 | 0.36 | 0 | 0.62 | 233.85 | 0.25 | 0.3 |
| Hex | 39 | 3D | 60 | 29 | 24 | 0 | 3E | EA | 19 | 1E |
| Octal | 71 | 75 | 140 | 51 | 44 | 0 | 76 | 352 | 31 | 36 |
| Binary | 111001 | 111101 | 1100000 | 101001 | 100100 | 0 | 111110 | 11101010 | 11001 | 11110 |
Color Harmonies of #393D60
Complementary color
Monochromatic Colors of #393D60
Black with #393D60
Text Example
Text Example
White with #393D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D60; }
p { color: rgb(57,61,96); }
H1.HeaderClassName
{
color: #393D60;
}
.AnyTagClassName
{
color: #393D60;
}
</style>
background-color css
<style>
a { background-color: #393D60; }
a { background-color: rgb(57,61,96); }
div.DivClassName
{
background-color: #393D60;
}
.BgClassName
{
background-color: #393D60;
}
</style>
border-color css
<style>
span { border-color: #393D60; }
span { border-color: rgb(57,61,96); }
td.TdClassName
{
border-color: #393D60;
}
.TagClassName
{
border-color: #393D60;
}
</style>