Shades of Stromboli #376A5C
Tints of Stromboli #376A5C
RGB
CMYK
RGB Variations
Color information
#376A5C (or 0x376A5C) is known color: Stromboli. HEX triplet: 37, 6A and 5C. RGB value is (55,106,92). Sum of RGB (Red+Green+Blue) = 55+106+92=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #376A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A5C is #C895A3. Grayscale: #595959. Windows color (decimal): -13145508 or 6056503. OLE color: 6056503.
HSL color Cylindrical-coordinate representation of color #376A5C: hue angle of 163.53º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376A5C is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 92 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.58 |
| HSL | 163.53º | 0.32% | 0.32% | - |
| HSV(B) | 163.53º | 0.48% | 0.42% | - |
| XYZ | 8.66 | 11.89 | 11.96 | - |
| YUV | 89.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 92 | 0.48 | 0 | 0.13 | 0.58 | 163.53 | 0.32 | 0.32 |
| Hex | 37 | 6A | 5C | 30 | 0 | D | 3A | A4 | 20 | 20 |
| Octal | 67 | 152 | 134 | 60 | 0 | 15 | 72 | 244 | 40 | 40 |
| Binary | 110111 | 1101010 | 1011100 | 110000 | 0 | 1101 | 111010 | 10100100 | 100000 | 100000 |
Color Harmonies of #376A5C
Complementary color
Monochromatic Colors of #376A5C
Black with #376A5C
Text Example
Text Example
White with #376A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A5C; }
p { color: rgb(55,106,92); }
H1.HeaderClassName
{
color: #376A5C;
}
.AnyTagClassName
{
color: #376A5C;
}
</style>
background-color css
<style>
a { background-color: #376A5C; }
a { background-color: rgb(55,106,92); }
div.DivClassName
{
background-color: #376A5C;
}
.BgClassName
{
background-color: #376A5C;
}
</style>
border-color css
<style>
span { border-color: #376A5C; }
span { border-color: rgb(55,106,92); }
td.TdClassName
{
border-color: #376A5C;
}
.TagClassName
{
border-color: #376A5C;
}
</style>