Shades of Stromboli #3F6F5B
Tints of Stromboli #3F6F5B
RGB
CMYK
RGB Variations
Color information
#3F6F5B (or 0x3F6F5B) is known color: Stromboli. HEX triplet: 3F, 6F and 5B. RGB value is (63,111,91). Sum of RGB (Red+Green+Blue) = 63+111+91=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F5B is #C090A4. Grayscale: #5E5E5E. Windows color (decimal): -12619941 or 5992255. OLE color: 5992255.
HSL color Cylindrical-coordinate representation of color #3F6F5B: hue angle of 155º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F5B is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 111 | 91 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.56 |
| HSL | 155º | 0.28% | 0.34% | - |
| HSV(B) | 155º | 0.43% | 0.44% | - |
| XYZ | 9.62 | 13.18 | 11.93 | - |
| YUV | 94.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 91 | 0.43 | 0 | 0.18 | 0.56 | 155 | 0.28 | 0.34 |
| Hex | 3F | 6F | 5B | 2B | 0 | 12 | 38 | 9B | 1C | 22 |
| Octal | 77 | 157 | 133 | 53 | 0 | 22 | 70 | 233 | 34 | 42 |
| Binary | 111111 | 1101111 | 1011011 | 101011 | 0 | 10010 | 111000 | 10011011 | 11100 | 100010 |
Color Harmonies of #3F6F5B
Complementary color
Monochromatic Colors of #3F6F5B
Black with #3F6F5B
Text Example
Text Example
White with #3F6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6F5B; }
p { color: rgb(63,111,91); }
H1.HeaderClassName
{
color: #3F6F5B;
}
.AnyTagClassName
{
color: #3F6F5B;
}
</style>
background-color css
<style>
a { background-color: #3F6F5B; }
a { background-color: rgb(63,111,91); }
div.DivClassName
{
background-color: #3F6F5B;
}
.BgClassName
{
background-color: #3F6F5B;
}
</style>
border-color css
<style>
span { border-color: #3F6F5B; }
span { border-color: rgb(63,111,91); }
td.TdClassName
{
border-color: #3F6F5B;
}
.TagClassName
{
border-color: #3F6F5B;
}
</style>