Shades of Stromboli #376B5E
Tints of Stromboli #376B5E
RGB
CMYK
RGB Variations
Color information
#376B5E (or 0x376B5E) is known color: Stromboli. HEX triplet: 37, 6B and 5E. RGB value is (55,107,94). Sum of RGB (Red+Green+Blue) = 55+107+94=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #376B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B5E is #C894A1. Grayscale: #595959. Windows color (decimal): -13145250 or 6187831. OLE color: 6187831.
HSL color Cylindrical-coordinate representation of color #376B5E: hue angle of 165º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B5E is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 107 | 94 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.58 |
| HSL | 165º | 0.32% | 0.32% | - |
| HSV(B) | 165º | 0.49% | 0.42% | - |
| XYZ | 8.85 | 12.14 | 12.47 | - |
| YUV | 89.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 94 | 0.49 | 0 | 0.12 | 0.58 | 165 | 0.32 | 0.32 |
| Hex | 37 | 6B | 5E | 31 | 0 | C | 3A | A5 | 20 | 20 |
| Octal | 67 | 153 | 136 | 61 | 0 | 14 | 72 | 245 | 40 | 40 |
| Binary | 110111 | 1101011 | 1011110 | 110001 | 0 | 1100 | 111010 | 10100101 | 100000 | 100000 |
Color Harmonies of #376B5E
Complementary color
Monochromatic Colors of #376B5E
Black with #376B5E
Text Example
Text Example
White with #376B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B5E; }
p { color: rgb(55,107,94); }
H1.HeaderClassName
{
color: #376B5E;
}
.AnyTagClassName
{
color: #376B5E;
}
</style>
background-color css
<style>
a { background-color: #376B5E; }
a { background-color: rgb(55,107,94); }
div.DivClassName
{
background-color: #376B5E;
}
.BgClassName
{
background-color: #376B5E;
}
</style>
border-color css
<style>
span { border-color: #376B5E; }
span { border-color: rgb(55,107,94); }
td.TdClassName
{
border-color: #376B5E;
}
.TagClassName
{
border-color: #376B5E;
}
</style>