Shades of Bay Of Many #373E68
Tints of Bay Of Many #373E68
RGB
CMYK
RGB Variations
Color information
#373E68 (or 0x373E68) is known color: Bay Of Many. HEX triplet: 37, 3E and 68. RGB value is (55,62,104). Sum of RGB (Red+Green+Blue) = 55+62+104=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #373E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E68 is #C8C197. Grayscale: #404040. Windows color (decimal): -13156760 or 6831671. OLE color: 6831671.
HSL color Cylindrical-coordinate representation of color #373E68: hue angle of 231.43º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373E68 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 62 | 104 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.59 |
| HSL | 231.43º | 0.31% | 0.31% | - |
| HSV(B) | 231.43º | 0.47% | 0.41% | - |
| XYZ | 5.8 | 5.26 | 13.81 | - |
| YUV | 64.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 104 | 0.47 | 0.40 | 0 | 0.59 | 231.43 | 0.31 | 0.31 |
| Hex | 37 | 3E | 68 | 2F | 28 | 0 | 3B | E7 | 1F | 1F |
| Octal | 67 | 76 | 150 | 57 | 50 | 0 | 73 | 347 | 37 | 37 |
| Binary | 110111 | 111110 | 1101000 | 101111 | 101000 | 0 | 111011 | 11100111 | 11111 | 11111 |
Color Harmonies of #373E68
Complementary color
Monochromatic Colors of #373E68
Black with #373E68
Text Example
Text Example
White with #373E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E68; }
p { color: rgb(55,62,104); }
H1.HeaderClassName
{
color: #373E68;
}
.AnyTagClassName
{
color: #373E68;
}
</style>
background-color css
<style>
a { background-color: #373E68; }
a { background-color: rgb(55,62,104); }
div.DivClassName
{
background-color: #373E68;
}
.BgClassName
{
background-color: #373E68;
}
</style>
border-color css
<style>
span { border-color: #373E68; }
span { border-color: rgb(55,62,104); }
td.TdClassName
{
border-color: #373E68;
}
.TagClassName
{
border-color: #373E68;
}
</style>