Shades of Bay Of Many #373C69
Tints of Bay Of Many #373C69
RGB
CMYK
RGB Variations
Color information
#373C69 (or 0x373C69) is known color: Bay Of Many. HEX triplet: 37, 3C and 69. RGB value is (55,60,105). Sum of RGB (Red+Green+Blue) = 55+60+105=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #373C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C69 is #C8C396. Grayscale: #3F3F3F. Windows color (decimal): -13157271 or 6896695. OLE color: 6896695.
HSL color Cylindrical-coordinate representation of color #373C69: hue angle of 234º 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 #373C69 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 60 | 105 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.59 |
| HSL | 234º | 0.31% | 0.31% | - |
| HSV(B) | 234º | 0.48% | 0.41% | - |
| XYZ | 5.74 | 5.06 | 14.04 | - |
| YUV | 63.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 105 | 0.48 | 0.43 | 0 | 0.59 | 234 | 0.31 | 0.31 |
| Hex | 37 | 3C | 69 | 30 | 2B | 0 | 3B | EA | 1F | 1F |
| Octal | 67 | 74 | 151 | 60 | 53 | 0 | 73 | 352 | 37 | 37 |
| Binary | 110111 | 111100 | 1101001 | 110000 | 101011 | 0 | 111011 | 11101010 | 11111 | 11111 |
Color Harmonies of #373C69
Complementary color
Monochromatic Colors of #373C69
Black with #373C69
Text Example
Text Example
White with #373C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C69; }
p { color: rgb(55,60,105); }
H1.HeaderClassName
{
color: #373C69;
}
.AnyTagClassName
{
color: #373C69;
}
</style>
background-color css
<style>
a { background-color: #373C69; }
a { background-color: rgb(55,60,105); }
div.DivClassName
{
background-color: #373C69;
}
.BgClassName
{
background-color: #373C69;
}
</style>
border-color css
<style>
span { border-color: #373C69; }
span { border-color: rgb(55,60,105); }
td.TdClassName
{
border-color: #373C69;
}
.TagClassName
{
border-color: #373C69;
}
</style>