Shades of Stromboli #3F705B
Tints of Stromboli #3F705B
RGB
CMYK
RGB Variations
Color information
#3F705B (or 0x3F705B) is known color: Stromboli. HEX triplet: 3F, 70 and 5B. RGB value is (63,112,91). Sum of RGB (Red+Green+Blue) = 63+112+91=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #3F705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F705B is #C08FA4. Grayscale: #5E5E5E. Windows color (decimal): -12619685 or 5992511. OLE color: 5992511.
HSL color Cylindrical-coordinate representation of color #3F705B: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F705B is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 91 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.56 |
| HSL | 154.29º | 0.28% | 0.34% | - |
| HSV(B) | 154.29º | 0.44% | 0.44% | - |
| XYZ | 9.73 | 13.4 | 11.97 | - |
| YUV | 94.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 91 | 0.44 | 0 | 0.19 | 0.56 | 154.29 | 0.28 | 0.34 |
| Hex | 3F | 70 | 5B | 2C | 0 | 13 | 38 | 9A | 1C | 22 |
| Octal | 77 | 160 | 133 | 54 | 0 | 23 | 70 | 232 | 34 | 42 |
| Binary | 111111 | 1110000 | 1011011 | 101100 | 0 | 10011 | 111000 | 10011010 | 11100 | 100010 |
Color Harmonies of #3F705B
Complementary color
Monochromatic Colors of #3F705B
Black with #3F705B
Text Example
Text Example
White with #3F705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F705B; }
p { color: rgb(63,112,91); }
H1.HeaderClassName
{
color: #3F705B;
}
.AnyTagClassName
{
color: #3F705B;
}
</style>
background-color css
<style>
a { background-color: #3F705B; }
a { background-color: rgb(63,112,91); }
div.DivClassName
{
background-color: #3F705B;
}
.BgClassName
{
background-color: #3F705B;
}
</style>
border-color css
<style>
span { border-color: #3F705B; }
span { border-color: rgb(63,112,91); }
td.TdClassName
{
border-color: #3F705B;
}
.TagClassName
{
border-color: #3F705B;
}
</style>