Shades of Bay Of Many #393F5C
Tints of Bay Of Many #393F5C
RGB
CMYK
RGB Variations
Color information
#393F5C (or 0x393F5C) is known color: Bay Of Many. HEX triplet: 39, 3F and 5C. RGB value is (57,63,92). Sum of RGB (Red+Green+Blue) = 57+63+92=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #393F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F5C is #C6C0A3. Grayscale: #404040. Windows color (decimal): -13025444 or 6045497. OLE color: 6045497.
HSL color Cylindrical-coordinate representation of color #393F5C: hue angle of 229.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #393F5C is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 63 | 92 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.64 |
| HSL | 229.71º | 0.23% | 0.29% | - |
| HSV(B) | 229.71º | 0.38% | 0.36% | - |
| XYZ | 5.4 | 5.2 | 10.84 | - |
| YUV | 64.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 92 | 0.38 | 0.32 | 0 | 0.64 | 229.71 | 0.23 | 0.29 |
| Hex | 39 | 3F | 5C | 26 | 20 | 0 | 40 | E6 | 17 | 1D |
| Octal | 71 | 77 | 134 | 46 | 40 | 0 | 100 | 346 | 27 | 35 |
| Binary | 111001 | 111111 | 1011100 | 100110 | 100000 | 0 | 1000000 | 11100110 | 10111 | 11101 |
Color Harmonies of #393F5C
Complementary color
Monochromatic Colors of #393F5C
Black with #393F5C
Text Example
Text Example
White with #393F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F5C; }
p { color: rgb(57,63,92); }
H1.HeaderClassName
{
color: #393F5C;
}
.AnyTagClassName
{
color: #393F5C;
}
</style>
background-color css
<style>
a { background-color: #393F5C; }
a { background-color: rgb(57,63,92); }
div.DivClassName
{
background-color: #393F5C;
}
.BgClassName
{
background-color: #393F5C;
}
</style>
border-color css
<style>
span { border-color: #393F5C; }
span { border-color: rgb(57,63,92); }
td.TdClassName
{
border-color: #393F5C;
}
.TagClassName
{
border-color: #393F5C;
}
</style>