Shades of Bay Of Many #393B58
Tints of Bay Of Many #393B58
RGB
CMYK
RGB Variations
Color information
#393B58 (or 0x393B58) is known color: Bay Of Many. HEX triplet: 39, 3B and 58. RGB value is (57,59,88). Sum of RGB (Red+Green+Blue) = 57+59+88=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #393B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B58 is #C6C4A7. Grayscale: #3D3D3D. Windows color (decimal): -13026472 or 5782329. OLE color: 5782329.
HSL color Cylindrical-coordinate representation of color #393B58: hue angle of 236.13º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #393B58 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 59 | 88 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.65 |
| HSL | 236.13º | 0.21% | 0.28% | - |
| HSV(B) | 236.13º | 0.35% | 0.35% | - |
| XYZ | 5.01 | 4.7 | 9.88 | - |
| YUV | 61.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 88 | 0.35 | 0.33 | 0 | 0.65 | 236.13 | 0.21 | 0.28 |
| Hex | 39 | 3B | 58 | 23 | 21 | 0 | 41 | EC | 15 | 1C |
| Octal | 71 | 73 | 130 | 43 | 41 | 0 | 101 | 354 | 25 | 34 |
| Binary | 111001 | 111011 | 1011000 | 100011 | 100001 | 0 | 1000001 | 11101100 | 10101 | 11100 |
Color Harmonies of #393B58
Complementary color
Monochromatic Colors of #393B58
Black with #393B58
Text Example
Text Example
White with #393B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B58; }
p { color: rgb(57,59,88); }
H1.HeaderClassName
{
color: #393B58;
}
.AnyTagClassName
{
color: #393B58;
}
</style>
background-color css
<style>
a { background-color: #393B58; }
a { background-color: rgb(57,59,88); }
div.DivClassName
{
background-color: #393B58;
}
.BgClassName
{
background-color: #393B58;
}
</style>
border-color css
<style>
span { border-color: #393B58; }
span { border-color: rgb(57,59,88); }
td.TdClassName
{
border-color: #393B58;
}
.TagClassName
{
border-color: #393B58;
}
</style>