Shades of Stromboli #366F5B
Tints of Stromboli #366F5B
RGB
CMYK
RGB Variations
Color information
#366F5B (or 0x366F5B) is known color: Stromboli. HEX triplet: 36, 6F and 5B. RGB value is (54,111,91). Sum of RGB (Red+Green+Blue) = 54+111+91=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #366F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F5B is #C990A4. Grayscale: #5B5B5B. Windows color (decimal): -13209765 or 5992246. OLE color: 5992246.
HSL color Cylindrical-coordinate representation of color #366F5B: hue angle of 158.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F5B is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 91 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.56 |
| HSL | 158.95º | 0.35% | 0.32% | - |
| HSV(B) | 158.95º | 0.51% | 0.44% | - |
| XYZ | 9.09 | 12.91 | 11.91 | - |
| YUV | 91.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 91 | 0.51 | 0 | 0.18 | 0.56 | 158.95 | 0.35 | 0.32 |
| Hex | 36 | 6F | 5B | 33 | 0 | 12 | 38 | 9F | 23 | 20 |
| Octal | 66 | 157 | 133 | 63 | 0 | 22 | 70 | 237 | 43 | 40 |
| Binary | 110110 | 1101111 | 1011011 | 110011 | 0 | 10010 | 111000 | 10011111 | 100011 | 100000 |
Color Harmonies of #366F5B
Complementary color
Monochromatic Colors of #366F5B
Black with #366F5B
Text Example
Text Example
White with #366F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F5B; }
p { color: rgb(54,111,91); }
H1.HeaderClassName
{
color: #366F5B;
}
.AnyTagClassName
{
color: #366F5B;
}
</style>
background-color css
<style>
a { background-color: #366F5B; }
a { background-color: rgb(54,111,91); }
div.DivClassName
{
background-color: #366F5B;
}
.BgClassName
{
background-color: #366F5B;
}
</style>
border-color css
<style>
span { border-color: #366F5B; }
span { border-color: rgb(54,111,91); }
td.TdClassName
{
border-color: #366F5B;
}
.TagClassName
{
border-color: #366F5B;
}
</style>