Shades of Bay Of Many #373B60
Tints of Bay Of Many #373B60
RGB
CMYK
RGB Variations
Color information
#373B60 (or 0x373B60) is known color: Bay Of Many. HEX triplet: 37, 3B and 60. RGB value is (55,59,96). Sum of RGB (Red+Green+Blue) = 55+59+96=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #373B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B60 is #C8C49F. Grayscale: #3D3D3D. Windows color (decimal): -13157536 or 6306615. OLE color: 6306615.
HSL color Cylindrical-coordinate representation of color #373B60: hue angle of 234.15º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #373B60 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 59 | 96 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.62 |
| HSL | 234.15º | 0.27% | 0.3% | - |
| HSV(B) | 234.15º | 0.43% | 0.38% | - |
| XYZ | 5.25 | 4.78 | 11.71 | - |
| YUV | 62.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 96 | 0.43 | 0.39 | 0 | 0.62 | 234.15 | 0.27 | 0.3 |
| Hex | 37 | 3B | 60 | 2B | 27 | 0 | 3E | EA | 1B | 1E |
| Octal | 67 | 73 | 140 | 53 | 47 | 0 | 76 | 352 | 33 | 36 |
| Binary | 110111 | 111011 | 1100000 | 101011 | 100111 | 0 | 111110 | 11101010 | 11011 | 11110 |
Color Harmonies of #373B60
Complementary color
Monochromatic Colors of #373B60
Black with #373B60
Text Example
Text Example
White with #373B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B60; }
p { color: rgb(55,59,96); }
H1.HeaderClassName
{
color: #373B60;
}
.AnyTagClassName
{
color: #373B60;
}
</style>
background-color css
<style>
a { background-color: #373B60; }
a { background-color: rgb(55,59,96); }
div.DivClassName
{
background-color: #373B60;
}
.BgClassName
{
background-color: #373B60;
}
</style>
border-color css
<style>
span { border-color: #373B60; }
span { border-color: rgb(55,59,96); }
td.TdClassName
{
border-color: #373B60;
}
.TagClassName
{
border-color: #373B60;
}
</style>