Shades of Bay Of Many #373E66
Tints of Bay Of Many #373E66
RGB
CMYK
RGB Variations
Color information
#373E66 (or 0x373E66) is known color: Bay Of Many. HEX triplet: 37, 3E and 66. RGB value is (55,62,102). Sum of RGB (Red+Green+Blue) = 55+62+102=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #373E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E66 is #C8C199. Grayscale: #404040. Windows color (decimal): -13156762 or 6700599. OLE color: 6700599.
HSL color Cylindrical-coordinate representation of color #373E66: hue angle of 231.06º 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 #373E66 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 62 | 102 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.6 |
| HSL | 231.06º | 0.3% | 0.31% | - |
| HSV(B) | 231.06º | 0.46% | 0.4% | - |
| XYZ | 5.7 | 5.22 | 13.28 | - |
| YUV | 64.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 102 | 0.46 | 0.39 | 0 | 0.6 | 231.06 | 0.3 | 0.31 |
| Hex | 37 | 3E | 66 | 2E | 27 | 0 | 3C | E7 | 1E | 1F |
| Octal | 67 | 76 | 146 | 56 | 47 | 0 | 74 | 347 | 36 | 37 |
| Binary | 110111 | 111110 | 1100110 | 101110 | 100111 | 0 | 111100 | 11100111 | 11110 | 11111 |
Color Harmonies of #373E66
Complementary color
Monochromatic Colors of #373E66
Black with #373E66
Text Example
Text Example
White with #373E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E66; }
p { color: rgb(55,62,102); }
H1.HeaderClassName
{
color: #373E66;
}
.AnyTagClassName
{
color: #373E66;
}
</style>
background-color css
<style>
a { background-color: #373E66; }
a { background-color: rgb(55,62,102); }
div.DivClassName
{
background-color: #373E66;
}
.BgClassName
{
background-color: #373E66;
}
</style>
border-color css
<style>
span { border-color: #373E66; }
span { border-color: rgb(55,62,102); }
td.TdClassName
{
border-color: #373E66;
}
.TagClassName
{
border-color: #373E66;
}
</style>