Shades of Stromboli #3B655B
Tints of Stromboli #3B655B
RGB
CMYK
RGB Variations
Color information
#3B655B (or 0x3B655B) is known color: Stromboli. HEX triplet: 3B, 65 and 5B. RGB value is (59,101,91). Sum of RGB (Red+Green+Blue) = 59+101+91=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #3B655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B655B is #C49AA4. Grayscale: #575757. Windows color (decimal): -12884645 or 5989691. OLE color: 5989691.
HSL color Cylindrical-coordinate representation of color #3B655B: hue angle of 165.71º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B655B is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 101 | 91 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.60 |
| HSL | 165.71º | 0.26% | 0.31% | - |
| HSV(B) | 165.71º | 0.42% | 0.4% | - |
| XYZ | 8.35 | 10.99 | 11.58 | - |
| YUV | 87.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 91 | 0.42 | 0 | 0.10 | 0.60 | 165.71 | 0.26 | 0.31 |
| Hex | 3B | 65 | 5B | 2A | 0 | A | 3C | A6 | 1A | 1F |
| Octal | 73 | 145 | 133 | 52 | 0 | 12 | 74 | 246 | 32 | 37 |
| Binary | 111011 | 1100101 | 1011011 | 101010 | 0 | 1010 | 111100 | 10100110 | 11010 | 11111 |
Color Harmonies of #3B655B
Complementary color
Monochromatic Colors of #3B655B
Black with #3B655B
Text Example
Text Example
White with #3B655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B655B; }
p { color: rgb(59,101,91); }
H1.HeaderClassName
{
color: #3B655B;
}
.AnyTagClassName
{
color: #3B655B;
}
</style>
background-color css
<style>
a { background-color: #3B655B; }
a { background-color: rgb(59,101,91); }
div.DivClassName
{
background-color: #3B655B;
}
.BgClassName
{
background-color: #3B655B;
}
</style>
border-color css
<style>
span { border-color: #3B655B; }
span { border-color: rgb(59,101,91); }
td.TdClassName
{
border-color: #3B655B;
}
.TagClassName
{
border-color: #3B655B;
}
</style>