Shades of Bay Of Many #373D61
Tints of Bay Of Many #373D61
RGB
CMYK
RGB Variations
Color information
#373D61 (or 0x373D61) is known color: Bay Of Many. HEX triplet: 37, 3D and 61. RGB value is (55,61,97). Sum of RGB (Red+Green+Blue) = 55+61+97=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #373D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D61 is #C8C29E. Grayscale: #3F3F3F. Windows color (decimal): -13157023 or 6372663. OLE color: 6372663.
HSL color Cylindrical-coordinate representation of color #373D61: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #373D61 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 61 | 97 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.62 |
| HSL | 231.43º | 0.28% | 0.3% | - |
| HSV(B) | 231.43º | 0.43% | 0.38% | - |
| XYZ | 5.4 | 5.01 | 11.99 | - |
| YUV | 63.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 97 | 0.43 | 0.37 | 0 | 0.62 | 231.43 | 0.28 | 0.3 |
| Hex | 37 | 3D | 61 | 2B | 25 | 0 | 3E | E7 | 1C | 1E |
| Octal | 67 | 75 | 141 | 53 | 45 | 0 | 76 | 347 | 34 | 36 |
| Binary | 110111 | 111101 | 1100001 | 101011 | 100101 | 0 | 111110 | 11100111 | 11100 | 11110 |
Color Harmonies of #373D61
Complementary color
Monochromatic Colors of #373D61
Black with #373D61
Text Example
Text Example
White with #373D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D61; }
p { color: rgb(55,61,97); }
H1.HeaderClassName
{
color: #373D61;
}
.AnyTagClassName
{
color: #373D61;
}
</style>
background-color css
<style>
a { background-color: #373D61; }
a { background-color: rgb(55,61,97); }
div.DivClassName
{
background-color: #373D61;
}
.BgClassName
{
background-color: #373D61;
}
</style>
border-color css
<style>
span { border-color: #373D61; }
span { border-color: rgb(55,61,97); }
td.TdClassName
{
border-color: #373D61;
}
.TagClassName
{
border-color: #373D61;
}
</style>