Shades of Bay Of Many #373D5D
Tints of Bay Of Many #373D5D
RGB
CMYK
RGB Variations
Color information
#373D5D (or 0x373D5D) is known color: Bay Of Many. HEX triplet: 37, 3D and 5D. RGB value is (55,61,93). Sum of RGB (Red+Green+Blue) = 55+61+93=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #373D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D5D is #C8C2A2. Grayscale: #3E3E3E. Windows color (decimal): -13157027 or 6110519. OLE color: 6110519.
HSL color Cylindrical-coordinate representation of color #373D5D: hue angle of 230.53º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #373D5D is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 61 | 93 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.64 |
| HSL | 230.53º | 0.26% | 0.29% | - |
| HSV(B) | 230.53º | 0.41% | 0.36% | - |
| XYZ | 5.22 | 4.94 | 11.03 | - |
| YUV | 62.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 93 | 0.41 | 0.34 | 0 | 0.64 | 230.53 | 0.26 | 0.29 |
| Hex | 37 | 3D | 5D | 29 | 22 | 0 | 40 | E7 | 1A | 1D |
| Octal | 67 | 75 | 135 | 51 | 42 | 0 | 100 | 347 | 32 | 35 |
| Binary | 110111 | 111101 | 1011101 | 101001 | 100010 | 0 | 1000000 | 11100111 | 11010 | 11101 |
Color Harmonies of #373D5D
Complementary color
Monochromatic Colors of #373D5D
Black with #373D5D
Text Example
Text Example
White with #373D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D5D; }
p { color: rgb(55,61,93); }
H1.HeaderClassName
{
color: #373D5D;
}
.AnyTagClassName
{
color: #373D5D;
}
</style>
background-color css
<style>
a { background-color: #373D5D; }
a { background-color: rgb(55,61,93); }
div.DivClassName
{
background-color: #373D5D;
}
.BgClassName
{
background-color: #373D5D;
}
</style>
border-color css
<style>
span { border-color: #373D5D; }
span { border-color: rgb(55,61,93); }
td.TdClassName
{
border-color: #373D5D;
}
.TagClassName
{
border-color: #373D5D;
}
</style>