Shades of Bay Of Many #373D62
Tints of Bay Of Many #373D62
RGB
CMYK
RGB Variations
Color information
#373D62 (or 0x373D62) is known color: Bay Of Many. HEX triplet: 37, 3D and 62. RGB value is (55,61,98). Sum of RGB (Red+Green+Blue) = 55+61+98=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #373D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D62 is #C8C29D. Grayscale: #3F3F3F. Windows color (decimal): -13157022 or 6438199. OLE color: 6438199.
HSL color Cylindrical-coordinate representation of color #373D62: hue angle of 231.63º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #373D62 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 61 | 98 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.62 |
| HSL | 231.63º | 0.28% | 0.3% | - |
| HSV(B) | 231.63º | 0.44% | 0.38% | - |
| XYZ | 5.45 | 5.03 | 12.24 | - |
| YUV | 63.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 98 | 0.44 | 0.38 | 0 | 0.62 | 231.63 | 0.28 | 0.3 |
| Hex | 37 | 3D | 62 | 2C | 26 | 0 | 3E | E8 | 1C | 1E |
| Octal | 67 | 75 | 142 | 54 | 46 | 0 | 76 | 350 | 34 | 36 |
| Binary | 110111 | 111101 | 1100010 | 101100 | 100110 | 0 | 111110 | 11101000 | 11100 | 11110 |
Color Harmonies of #373D62
Complementary color
Monochromatic Colors of #373D62
Black with #373D62
Text Example
Text Example
White with #373D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D62; }
p { color: rgb(55,61,98); }
H1.HeaderClassName
{
color: #373D62;
}
.AnyTagClassName
{
color: #373D62;
}
</style>
background-color css
<style>
a { background-color: #373D62; }
a { background-color: rgb(55,61,98); }
div.DivClassName
{
background-color: #373D62;
}
.BgClassName
{
background-color: #373D62;
}
</style>
border-color css
<style>
span { border-color: #373D62; }
span { border-color: rgb(55,61,98); }
td.TdClassName
{
border-color: #373D62;
}
.TagClassName
{
border-color: #373D62;
}
</style>