Shades of Bay Of Many #374060
Tints of Bay Of Many #374060
RGB
CMYK
RGB Variations
Color information
#374060 (or 0x374060) is known color: Bay Of Many. HEX triplet: 37, 40 and 60. RGB value is (55,64,96). Sum of RGB (Red+Green+Blue) = 55+64+96=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #374060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374060 is #C8BF9F. Grayscale: #404040. Windows color (decimal): -13156256 or 6307895. OLE color: 6307895.
HSL color Cylindrical-coordinate representation of color #374060: hue angle of 226.83º 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 #374060 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 64 | 96 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.62 |
| HSL | 226.83º | 0.27% | 0.3% | - |
| HSV(B) | 226.83º | 0.43% | 0.38% | - |
| XYZ | 5.52 | 5.32 | 11.8 | - |
| YUV | 64.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 96 | 0.43 | 0.33 | 0 | 0.62 | 226.83 | 0.27 | 0.3 |
| Hex | 37 | 40 | 60 | 2B | 21 | 0 | 3E | E3 | 1B | 1E |
| Octal | 67 | 100 | 140 | 53 | 41 | 0 | 76 | 343 | 33 | 36 |
| Binary | 110111 | 1000000 | 1100000 | 101011 | 100001 | 0 | 111110 | 11100011 | 11011 | 11110 |
Color Harmonies of #374060
Complementary color
Monochromatic Colors of #374060
Black with #374060
Text Example
Text Example
White with #374060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374060; }
p { color: rgb(55,64,96); }
H1.HeaderClassName
{
color: #374060;
}
.AnyTagClassName
{
color: #374060;
}
</style>
background-color css
<style>
a { background-color: #374060; }
a { background-color: rgb(55,64,96); }
div.DivClassName
{
background-color: #374060;
}
.BgClassName
{
background-color: #374060;
}
</style>
border-color css
<style>
span { border-color: #374060; }
span { border-color: rgb(55,64,96); }
td.TdClassName
{
border-color: #374060;
}
.TagClassName
{
border-color: #374060;
}
</style>