Shades of Bay Of Many #373D67
Tints of Bay Of Many #373D67
RGB
CMYK
RGB Variations
Color information
#373D67 (or 0x373D67) is known color: Bay Of Many. HEX triplet: 37, 3D and 67. RGB value is (55,61,103). Sum of RGB (Red+Green+Blue) = 55+61+103=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #373D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D67 is #C8C298. Grayscale: #3F3F3F. Windows color (decimal): -13157017 or 6765879. OLE color: 6765879.
HSL color Cylindrical-coordinate representation of color #373D67: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373D67 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 61 | 103 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.60 |
| HSL | 232.5º | 0.3% | 0.31% | - |
| HSV(B) | 232.5º | 0.47% | 0.4% | - |
| XYZ | 5.69 | 5.13 | 13.52 | - |
| YUV | 63.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 103 | 0.47 | 0.41 | 0 | 0.60 | 232.5 | 0.3 | 0.31 |
| Hex | 37 | 3D | 67 | 2F | 29 | 0 | 3C | E8 | 1E | 1F |
| Octal | 67 | 75 | 147 | 57 | 51 | 0 | 74 | 350 | 36 | 37 |
| Binary | 110111 | 111101 | 1100111 | 101111 | 101001 | 0 | 111100 | 11101000 | 11110 | 11111 |
Color Harmonies of #373D67
Complementary color
Monochromatic Colors of #373D67
Black with #373D67
Text Example
Text Example
White with #373D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D67; }
p { color: rgb(55,61,103); }
H1.HeaderClassName
{
color: #373D67;
}
.AnyTagClassName
{
color: #373D67;
}
</style>
background-color css
<style>
a { background-color: #373D67; }
a { background-color: rgb(55,61,103); }
div.DivClassName
{
background-color: #373D67;
}
.BgClassName
{
background-color: #373D67;
}
</style>
border-color css
<style>
span { border-color: #373D67; }
span { border-color: rgb(55,61,103); }
td.TdClassName
{
border-color: #373D67;
}
.TagClassName
{
border-color: #373D67;
}
</style>