Shades of Bay Of Many #373C65
Tints of Bay Of Many #373C65
RGB
CMYK
RGB Variations
Color information
#373C65 (or 0x373C65) is known color: Bay Of Many. HEX triplet: 37, 3C and 65. RGB value is (55,60,101). Sum of RGB (Red+Green+Blue) = 55+60+101=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #373C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C65 is #C8C39A. Grayscale: #3F3F3F. Windows color (decimal): -13157275 or 6634551. OLE color: 6634551.
HSL color Cylindrical-coordinate representation of color #373C65: hue angle of 233.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #373C65 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 60 | 101 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.60 |
| HSL | 233.48º | 0.29% | 0.31% | - |
| HSV(B) | 233.48º | 0.46% | 0.4% | - |
| XYZ | 5.54 | 4.98 | 12.98 | - |
| YUV | 63.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 101 | 0.46 | 0.41 | 0 | 0.60 | 233.48 | 0.29 | 0.31 |
| Hex | 37 | 3C | 65 | 2E | 29 | 0 | 3C | E9 | 1D | 1F |
| Octal | 67 | 74 | 145 | 56 | 51 | 0 | 74 | 351 | 35 | 37 |
| Binary | 110111 | 111100 | 1100101 | 101110 | 101001 | 0 | 111100 | 11101001 | 11101 | 11111 |
Color Harmonies of #373C65
Complementary color
Monochromatic Colors of #373C65
Black with #373C65
Text Example
Text Example
White with #373C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C65; }
p { color: rgb(55,60,101); }
H1.HeaderClassName
{
color: #373C65;
}
.AnyTagClassName
{
color: #373C65;
}
</style>
background-color css
<style>
a { background-color: #373C65; }
a { background-color: rgb(55,60,101); }
div.DivClassName
{
background-color: #373C65;
}
.BgClassName
{
background-color: #373C65;
}
</style>
border-color css
<style>
span { border-color: #373C65; }
span { border-color: rgb(55,60,101); }
td.TdClassName
{
border-color: #373C65;
}
.TagClassName
{
border-color: #373C65;
}
</style>