Shades of Stromboli #3F6F5C
Tints of Stromboli #3F6F5C
RGB
CMYK
RGB Variations
Color information
#3F6F5C (or 0x3F6F5C) is known color: Stromboli. HEX triplet: 3F, 6F and 5C. RGB value is (63,111,92). Sum of RGB (Red+Green+Blue) = 63+111+92=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F5C is #C090A3. Grayscale: #5E5E5E. Windows color (decimal): -12619940 or 6057791. OLE color: 6057791.
HSL color Cylindrical-coordinate representation of color #3F6F5C: hue angle of 156.25º 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 #3F6F5C is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 111 | 92 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.56 |
| HSL | 156.25º | 0.28% | 0.34% | - |
| HSV(B) | 156.25º | 0.43% | 0.44% | - |
| XYZ | 9.67 | 13.2 | 12.16 | - |
| YUV | 94.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 92 | 0.43 | 0 | 0.17 | 0.56 | 156.25 | 0.28 | 0.34 |
| Hex | 3F | 6F | 5C | 2B | 0 | 11 | 38 | 9C | 1C | 22 |
| Octal | 77 | 157 | 134 | 53 | 0 | 21 | 70 | 234 | 34 | 42 |
| Binary | 111111 | 1101111 | 1011100 | 101011 | 0 | 10001 | 111000 | 10011100 | 11100 | 100010 |
Color Harmonies of #3F6F5C
Complementary color
Monochromatic Colors of #3F6F5C
Black with #3F6F5C
Text Example
Text Example
White with #3F6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6F5C; }
p { color: rgb(63,111,92); }
H1.HeaderClassName
{
color: #3F6F5C;
}
.AnyTagClassName
{
color: #3F6F5C;
}
</style>
background-color css
<style>
a { background-color: #3F6F5C; }
a { background-color: rgb(63,111,92); }
div.DivClassName
{
background-color: #3F6F5C;
}
.BgClassName
{
background-color: #3F6F5C;
}
</style>
border-color css
<style>
span { border-color: #3F6F5C; }
span { border-color: rgb(63,111,92); }
td.TdClassName
{
border-color: #3F6F5C;
}
.TagClassName
{
border-color: #3F6F5C;
}
</style>