Shades of Stromboli #3B655A
Tints of Stromboli #3B655A
RGB
CMYK
RGB Variations
Color information
#3B655A (or 0x3B655A) is known color: Stromboli. HEX triplet: 3B, 65 and 5A. RGB value is (59,101,90). Sum of RGB (Red+Green+Blue) = 59+101+90=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #3B655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B655A is #C49AA5. Grayscale: #575757. Windows color (decimal): -12884646 or 5924155. OLE color: 5924155.
HSL color Cylindrical-coordinate representation of color #3B655A: hue angle of 164.29º 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 #3B655A is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 101 | 90 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.60 |
| HSL | 164.29º | 0.26% | 0.31% | - |
| HSV(B) | 164.29º | 0.42% | 0.4% | - |
| XYZ | 8.3 | 10.98 | 11.35 | - |
| YUV | 87.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 90 | 0.42 | 0 | 0.11 | 0.60 | 164.29 | 0.26 | 0.31 |
| Hex | 3B | 65 | 5A | 2A | 0 | B | 3C | A4 | 1A | 1F |
| Octal | 73 | 145 | 132 | 52 | 0 | 13 | 74 | 244 | 32 | 37 |
| Binary | 111011 | 1100101 | 1011010 | 101010 | 0 | 1011 | 111100 | 10100100 | 11010 | 11111 |
Color Harmonies of #3B655A
Complementary color
Monochromatic Colors of #3B655A
Black with #3B655A
Text Example
Text Example
White with #3B655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B655A; }
p { color: rgb(59,101,90); }
H1.HeaderClassName
{
color: #3B655A;
}
.AnyTagClassName
{
color: #3B655A;
}
</style>
background-color css
<style>
a { background-color: #3B655A; }
a { background-color: rgb(59,101,90); }
div.DivClassName
{
background-color: #3B655A;
}
.BgClassName
{
background-color: #3B655A;
}
</style>
border-color css
<style>
span { border-color: #3B655A; }
span { border-color: rgb(59,101,90); }
td.TdClassName
{
border-color: #3B655A;
}
.TagClassName
{
border-color: #3B655A;
}
</style>