Shades of Bay Of Many #373F5F
Tints of Bay Of Many #373F5F
RGB
CMYK
RGB Variations
Color information
#373F5F (or 0x373F5F) is known color: Bay Of Many. HEX triplet: 37, 3F and 5F. RGB value is (55,63,95). Sum of RGB (Red+Green+Blue) = 55+63+95=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #373F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F5F is #C8C0A0. Grayscale: #404040. Windows color (decimal): -13156513 or 6242103. OLE color: 6242103.
HSL color Cylindrical-coordinate representation of color #373F5F: hue angle of 228º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #373F5F is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 63 | 95 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.63 |
| HSL | 228º | 0.27% | 0.29% | - |
| HSV(B) | 228º | 0.42% | 0.37% | - |
| XYZ | 5.42 | 5.19 | 11.54 | - |
| YUV | 64.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 95 | 0.42 | 0.34 | 0 | 0.63 | 228 | 0.27 | 0.29 |
| Hex | 37 | 3F | 5F | 2A | 22 | 0 | 3F | E4 | 1B | 1D |
| Octal | 67 | 77 | 137 | 52 | 42 | 0 | 77 | 344 | 33 | 35 |
| Binary | 110111 | 111111 | 1011111 | 101010 | 100010 | 0 | 111111 | 11100100 | 11011 | 11101 |
Color Harmonies of #373F5F
Complementary color
Monochromatic Colors of #373F5F
Black with #373F5F
Text Example
Text Example
White with #373F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F5F; }
p { color: rgb(55,63,95); }
H1.HeaderClassName
{
color: #373F5F;
}
.AnyTagClassName
{
color: #373F5F;
}
</style>
background-color css
<style>
a { background-color: #373F5F; }
a { background-color: rgb(55,63,95); }
div.DivClassName
{
background-color: #373F5F;
}
.BgClassName
{
background-color: #373F5F;
}
</style>
border-color css
<style>
span { border-color: #373F5F; }
span { border-color: rgb(55,63,95); }
td.TdClassName
{
border-color: #373F5F;
}
.TagClassName
{
border-color: #373F5F;
}
</style>