Shades of Bay Of Many #373D66
Tints of Bay Of Many #373D66
RGB
CMYK
RGB Variations
Color information
#373D66 (or 0x373D66) is known color: Bay Of Many. HEX triplet: 37, 3D and 66. RGB value is (55,61,102). Sum of RGB (Red+Green+Blue) = 55+61+102=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #373D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D66 is #C8C299. Grayscale: #3F3F3F. Windows color (decimal): -13157018 or 6700343. OLE color: 6700343.
HSL color Cylindrical-coordinate representation of color #373D66: hue angle of 232.34º degrees, saturation: 0.3, 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 #373D66 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 61 | 102 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.6 |
| HSL | 232.34º | 0.3% | 0.31% | - |
| HSV(B) | 232.34º | 0.46% | 0.4% | - |
| XYZ | 5.64 | 5.11 | 13.26 | - |
| YUV | 63.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 102 | 0.46 | 0.40 | 0 | 0.6 | 232.34 | 0.3 | 0.31 |
| Hex | 37 | 3D | 66 | 2E | 28 | 0 | 3C | E8 | 1E | 1F |
| Octal | 67 | 75 | 146 | 56 | 50 | 0 | 74 | 350 | 36 | 37 |
| Binary | 110111 | 111101 | 1100110 | 101110 | 101000 | 0 | 111100 | 11101000 | 11110 | 11111 |
Color Harmonies of #373D66
Complementary color
Monochromatic Colors of #373D66
Black with #373D66
Text Example
Text Example
White with #373D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D66; }
p { color: rgb(55,61,102); }
H1.HeaderClassName
{
color: #373D66;
}
.AnyTagClassName
{
color: #373D66;
}
</style>
background-color css
<style>
a { background-color: #373D66; }
a { background-color: rgb(55,61,102); }
div.DivClassName
{
background-color: #373D66;
}
.BgClassName
{
background-color: #373D66;
}
</style>
border-color css
<style>
span { border-color: #373D66; }
span { border-color: rgb(55,61,102); }
td.TdClassName
{
border-color: #373D66;
}
.TagClassName
{
border-color: #373D66;
}
</style>