Shades of Bay Of Many #373E60
Tints of Bay Of Many #373E60
RGB
CMYK
RGB Variations
Color information
#373E60 (or 0x373E60) is known color: Bay Of Many. HEX triplet: 37, 3E and 60. RGB value is (55,62,96). Sum of RGB (Red+Green+Blue) = 55+62+96=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #373E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E60 is #C8C19F. Grayscale: #3F3F3F. Windows color (decimal): -13156768 or 6307383. OLE color: 6307383.
HSL color Cylindrical-coordinate representation of color #373E60: hue angle of 229.76º 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 #373E60 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 62 | 96 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.62 |
| HSL | 229.76º | 0.27% | 0.3% | - |
| HSV(B) | 229.76º | 0.43% | 0.38% | - |
| XYZ | 5.41 | 5.1 | 11.77 | - |
| YUV | 63.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 96 | 0.43 | 0.35 | 0 | 0.62 | 229.76 | 0.27 | 0.3 |
| Hex | 37 | 3E | 60 | 2B | 23 | 0 | 3E | E6 | 1B | 1E |
| Octal | 67 | 76 | 140 | 53 | 43 | 0 | 76 | 346 | 33 | 36 |
| Binary | 110111 | 111110 | 1100000 | 101011 | 100011 | 0 | 111110 | 11100110 | 11011 | 11110 |
Color Harmonies of #373E60
Complementary color
Monochromatic Colors of #373E60
Black with #373E60
Text Example
Text Example
White with #373E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E60; }
p { color: rgb(55,62,96); }
H1.HeaderClassName
{
color: #373E60;
}
.AnyTagClassName
{
color: #373E60;
}
</style>
background-color css
<style>
a { background-color: #373E60; }
a { background-color: rgb(55,62,96); }
div.DivClassName
{
background-color: #373E60;
}
.BgClassName
{
background-color: #373E60;
}
</style>
border-color css
<style>
span { border-color: #373E60; }
span { border-color: rgb(55,62,96); }
td.TdClassName
{
border-color: #373E60;
}
.TagClassName
{
border-color: #373E60;
}
</style>