Shades of Stromboli #376F5C
Tints of Stromboli #376F5C
RGB
CMYK
RGB Variations
Color information
#376F5C (or 0x376F5C) is known color: Stromboli. HEX triplet: 37, 6F and 5C. RGB value is (55,111,92). Sum of RGB (Red+Green+Blue) = 55+111+92=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #376F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F5C is #C890A3. Grayscale: #5C5C5C. Windows color (decimal): -13144228 or 6057783. OLE color: 6057783.
HSL color Cylindrical-coordinate representation of color #376F5C: hue angle of 159.64º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F5C is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 92 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.56 |
| HSL | 159.64º | 0.34% | 0.33% | - |
| HSV(B) | 159.64º | 0.5% | 0.44% | - |
| XYZ | 9.19 | 12.95 | 12.14 | - |
| YUV | 92.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 92 | 0.50 | 0 | 0.17 | 0.56 | 159.64 | 0.34 | 0.33 |
| Hex | 37 | 6F | 5C | 32 | 0 | 11 | 38 | A0 | 22 | 21 |
| Octal | 67 | 157 | 134 | 62 | 0 | 21 | 70 | 240 | 42 | 41 |
| Binary | 110111 | 1101111 | 1011100 | 110010 | 0 | 10001 | 111000 | 10100000 | 100010 | 100001 |
Color Harmonies of #376F5C
Complementary color
Monochromatic Colors of #376F5C
Black with #376F5C
Text Example
Text Example
White with #376F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F5C; }
p { color: rgb(55,111,92); }
H1.HeaderClassName
{
color: #376F5C;
}
.AnyTagClassName
{
color: #376F5C;
}
</style>
background-color css
<style>
a { background-color: #376F5C; }
a { background-color: rgb(55,111,92); }
div.DivClassName
{
background-color: #376F5C;
}
.BgClassName
{
background-color: #376F5C;
}
</style>
border-color css
<style>
span { border-color: #376F5C; }
span { border-color: rgb(55,111,92); }
td.TdClassName
{
border-color: #376F5C;
}
.TagClassName
{
border-color: #376F5C;
}
</style>