Shades of Stromboli #366B5C
Tints of Stromboli #366B5C
RGB
CMYK
RGB Variations
Color information
#366B5C (or 0x366B5C) is known color: Stromboli. HEX triplet: 36, 6B and 5C. RGB value is (54,107,92). Sum of RGB (Red+Green+Blue) = 54+107+92=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #366B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B5C is #C994A3. Grayscale: #595959. Windows color (decimal): -13210788 or 6056758. OLE color: 6056758.
HSL color Cylindrical-coordinate representation of color #366B5C: hue angle of 163.02º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B5C is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 107 | 92 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.58 |
| HSL | 163.02º | 0.33% | 0.32% | - |
| HSV(B) | 163.02º | 0.5% | 0.42% | - |
| XYZ | 8.71 | 12.07 | 12 | - |
| YUV | 89.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 92 | 0.50 | 0 | 0.14 | 0.58 | 163.02 | 0.33 | 0.32 |
| Hex | 36 | 6B | 5C | 32 | 0 | E | 3A | A3 | 21 | 20 |
| Octal | 66 | 153 | 134 | 62 | 0 | 16 | 72 | 243 | 41 | 40 |
| Binary | 110110 | 1101011 | 1011100 | 110010 | 0 | 1110 | 111010 | 10100011 | 100001 | 100000 |
Color Harmonies of #366B5C
Complementary color
Monochromatic Colors of #366B5C
Black with #366B5C
Text Example
Text Example
White with #366B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B5C; }
p { color: rgb(54,107,92); }
H1.HeaderClassName
{
color: #366B5C;
}
.AnyTagClassName
{
color: #366B5C;
}
</style>
background-color css
<style>
a { background-color: #366B5C; }
a { background-color: rgb(54,107,92); }
div.DivClassName
{
background-color: #366B5C;
}
.BgClassName
{
background-color: #366B5C;
}
</style>
border-color css
<style>
span { border-color: #366B5C; }
span { border-color: rgb(54,107,92); }
td.TdClassName
{
border-color: #366B5C;
}
.TagClassName
{
border-color: #366B5C;
}
</style>