Shades of Bay Of Many #373E64
Tints of Bay Of Many #373E64
RGB
CMYK
RGB Variations
Color information
#373E64 (or 0x373E64) is known color: Bay Of Many. HEX triplet: 37, 3E and 64. RGB value is (55,62,100). Sum of RGB (Red+Green+Blue) = 55+62+100=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #373E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E64 is #C8C19B. Grayscale: #404040. Windows color (decimal): -13156764 or 6569527. OLE color: 6569527.
HSL color Cylindrical-coordinate representation of color #373E64: hue angle of 230.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #373E64 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 62 | 100 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.61 |
| HSL | 230.67º | 0.29% | 0.3% | - |
| HSV(B) | 230.67º | 0.45% | 0.39% | - |
| XYZ | 5.6 | 5.18 | 12.76 | - |
| YUV | 64.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 100 | 0.45 | 0.38 | 0 | 0.61 | 230.67 | 0.29 | 0.3 |
| Hex | 37 | 3E | 64 | 2D | 26 | 0 | 3D | E7 | 1D | 1E |
| Octal | 67 | 76 | 144 | 55 | 46 | 0 | 75 | 347 | 35 | 36 |
| Binary | 110111 | 111110 | 1100100 | 101101 | 100110 | 0 | 111101 | 11100111 | 11101 | 11110 |
Color Harmonies of #373E64
Complementary color
Monochromatic Colors of #373E64
Black with #373E64
Text Example
Text Example
White with #373E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E64; }
p { color: rgb(55,62,100); }
H1.HeaderClassName
{
color: #373E64;
}
.AnyTagClassName
{
color: #373E64;
}
</style>
background-color css
<style>
a { background-color: #373E64; }
a { background-color: rgb(55,62,100); }
div.DivClassName
{
background-color: #373E64;
}
.BgClassName
{
background-color: #373E64;
}
</style>
border-color css
<style>
span { border-color: #373E64; }
span { border-color: rgb(55,62,100); }
td.TdClassName
{
border-color: #373E64;
}
.TagClassName
{
border-color: #373E64;
}
</style>