Shades of Stromboli #3D6659
Tints of Stromboli #3D6659
RGB
CMYK
RGB Variations
Color information
#3D6659 (or 0x3D6659) is known color: Stromboli. HEX triplet: 3D, 66 and 59. RGB value is (61,102,89). Sum of RGB (Red+Green+Blue) = 61+102+89=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6659 is #C299A6. Grayscale: #585858. Windows color (decimal): -12753319 or 5858877. OLE color: 5858877.
HSL color Cylindrical-coordinate representation of color #3D6659: hue angle of 160.98º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6659 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 89 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.6 |
| HSL | 160.98º | 0.25% | 0.32% | - |
| HSV(B) | 160.98º | 0.4% | 0.4% | - |
| XYZ | 8.48 | 11.22 | 11.17 | - |
| YUV | 88.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 89 | 0.40 | 0 | 0.13 | 0.6 | 160.98 | 0.25 | 0.32 |
| Hex | 3D | 66 | 59 | 28 | 0 | D | 3C | A1 | 19 | 20 |
| Octal | 75 | 146 | 131 | 50 | 0 | 15 | 74 | 241 | 31 | 40 |
| Binary | 111101 | 1100110 | 1011001 | 101000 | 0 | 1101 | 111100 | 10100001 | 11001 | 100000 |
Color Harmonies of #3D6659
Complementary color
Monochromatic Colors of #3D6659
Black with #3D6659
Text Example
Text Example
White with #3D6659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6659; }
p { color: rgb(61,102,89); }
H1.HeaderClassName
{
color: #3D6659;
}
.AnyTagClassName
{
color: #3D6659;
}
</style>
background-color css
<style>
a { background-color: #3D6659; }
a { background-color: rgb(61,102,89); }
div.DivClassName
{
background-color: #3D6659;
}
.BgClassName
{
background-color: #3D6659;
}
</style>
border-color css
<style>
span { border-color: #3D6659; }
span { border-color: rgb(61,102,89); }
td.TdClassName
{
border-color: #3D6659;
}
.TagClassName
{
border-color: #3D6659;
}
</style>