Shades of Bay Of Many #393C5A
Tints of Bay Of Many #393C5A
RGB
CMYK
RGB Variations
Color information
#393C5A (or 0x393C5A) is known color: Bay Of Many. HEX triplet: 39, 3C and 5A. RGB value is (57,60,90). Sum of RGB (Red+Green+Blue) = 57+60+90=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #393C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C5A is #C6C3A5. Grayscale: #3E3E3E. Windows color (decimal): -13026214 or 5913657. OLE color: 5913657.
HSL color Cylindrical-coordinate representation of color #393C5A: hue angle of 234.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #393C5A is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 60 | 90 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.65 |
| HSL | 234.55º | 0.22% | 0.29% | - |
| HSV(B) | 234.55º | 0.37% | 0.35% | - |
| XYZ | 5.15 | 4.84 | 10.34 | - |
| YUV | 62.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 90 | 0.37 | 0.33 | 0 | 0.65 | 234.55 | 0.22 | 0.29 |
| Hex | 39 | 3C | 5A | 25 | 21 | 0 | 41 | EB | 16 | 1D |
| Octal | 71 | 74 | 132 | 45 | 41 | 0 | 101 | 353 | 26 | 35 |
| Binary | 111001 | 111100 | 1011010 | 100101 | 100001 | 0 | 1000001 | 11101011 | 10110 | 11101 |
Color Harmonies of #393C5A
Complementary color
Monochromatic Colors of #393C5A
Black with #393C5A
Text Example
Text Example
White with #393C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C5A; }
p { color: rgb(57,60,90); }
H1.HeaderClassName
{
color: #393C5A;
}
.AnyTagClassName
{
color: #393C5A;
}
</style>
background-color css
<style>
a { background-color: #393C5A; }
a { background-color: rgb(57,60,90); }
div.DivClassName
{
background-color: #393C5A;
}
.BgClassName
{
background-color: #393C5A;
}
</style>
border-color css
<style>
span { border-color: #393C5A; }
span { border-color: rgb(57,60,90); }
td.TdClassName
{
border-color: #393C5A;
}
.TagClassName
{
border-color: #393C5A;
}
</style>