Shades of Bay Of Many #373D69
Tints of Bay Of Many #373D69
RGB
CMYK
RGB Variations
Color information
#373D69 (or 0x373D69) is known color: Bay Of Many. HEX triplet: 37, 3D and 69. RGB value is (55,61,105). Sum of RGB (Red+Green+Blue) = 55+61+105=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #373D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D69 is #C8C296. Grayscale: #404040. Windows color (decimal): -13157015 or 6896951. OLE color: 6896951.
HSL color Cylindrical-coordinate representation of color #373D69: hue angle of 232.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #373D69 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 61 | 105 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.59 |
| HSL | 232.8º | 0.31% | 0.31% | - |
| HSV(B) | 232.8º | 0.48% | 0.41% | - |
| XYZ | 5.79 | 5.17 | 14.06 | - |
| YUV | 64.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 105 | 0.48 | 0.42 | 0 | 0.59 | 232.8 | 0.31 | 0.31 |
| Hex | 37 | 3D | 69 | 30 | 2A | 0 | 3B | E9 | 1F | 1F |
| Octal | 67 | 75 | 151 | 60 | 52 | 0 | 73 | 351 | 37 | 37 |
| Binary | 110111 | 111101 | 1101001 | 110000 | 101010 | 0 | 111011 | 11101001 | 11111 | 11111 |
Color Harmonies of #373D69
Complementary color
Monochromatic Colors of #373D69
Black with #373D69
Text Example
Text Example
White with #373D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D69; }
p { color: rgb(55,61,105); }
H1.HeaderClassName
{
color: #373D69;
}
.AnyTagClassName
{
color: #373D69;
}
</style>
background-color css
<style>
a { background-color: #373D69; }
a { background-color: rgb(55,61,105); }
div.DivClassName
{
background-color: #373D69;
}
.BgClassName
{
background-color: #373D69;
}
</style>
border-color css
<style>
span { border-color: #373D69; }
span { border-color: rgb(55,61,105); }
td.TdClassName
{
border-color: #373D69;
}
.TagClassName
{
border-color: #373D69;
}
</style>