Shades of Bay Of Many #393D62
Tints of Bay Of Many #393D62
RGB
CMYK
RGB Variations
Color information
#393D62 (or 0x393D62) is known color: Bay Of Many. HEX triplet: 39, 3D and 62. RGB value is (57,61,98). Sum of RGB (Red+Green+Blue) = 57+61+98=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #393D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D62 is #C6C29D. Grayscale: #3F3F3F. Windows color (decimal): -13025950 or 6438201. OLE color: 6438201.
HSL color Cylindrical-coordinate representation of color #393D62: hue angle of 234.15º 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 #393D62 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 61 | 98 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.62 |
| HSL | 234.15º | 0.26% | 0.3% | - |
| HSV(B) | 234.15º | 0.42% | 0.38% | - |
| XYZ | 5.56 | 5.09 | 12.24 | - |
| YUV | 64.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 98 | 0.42 | 0.38 | 0 | 0.62 | 234.15 | 0.26 | 0.3 |
| Hex | 39 | 3D | 62 | 2A | 26 | 0 | 3E | EA | 1A | 1E |
| Octal | 71 | 75 | 142 | 52 | 46 | 0 | 76 | 352 | 32 | 36 |
| Binary | 111001 | 111101 | 1100010 | 101010 | 100110 | 0 | 111110 | 11101010 | 11010 | 11110 |
Color Harmonies of #393D62
Complementary color
Monochromatic Colors of #393D62
Black with #393D62
Text Example
Text Example
White with #393D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D62; }
p { color: rgb(57,61,98); }
H1.HeaderClassName
{
color: #393D62;
}
.AnyTagClassName
{
color: #393D62;
}
</style>
background-color css
<style>
a { background-color: #393D62; }
a { background-color: rgb(57,61,98); }
div.DivClassName
{
background-color: #393D62;
}
.BgClassName
{
background-color: #393D62;
}
</style>
border-color css
<style>
span { border-color: #393D62; }
span { border-color: rgb(57,61,98); }
td.TdClassName
{
border-color: #393D62;
}
.TagClassName
{
border-color: #393D62;
}
</style>