Shades of Stromboli #3F6B5C
Tints of Stromboli #3F6B5C
RGB
CMYK
RGB Variations
Color information
#3F6B5C (or 0x3F6B5C) is known color: Stromboli. HEX triplet: 3F, 6B and 5C. RGB value is (63,107,92). Sum of RGB (Red+Green+Blue) = 63+107+92=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6B5C is #C094A3. Grayscale: #5C5C5C. Windows color (decimal): -12620964 or 6056767. OLE color: 6056767.
HSL color Cylindrical-coordinate representation of color #3F6B5C: hue angle of 159.55º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6B5C is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 107 | 92 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.58 |
| HSL | 159.55º | 0.26% | 0.33% | - |
| HSV(B) | 159.55º | 0.41% | 0.42% | - |
| XYZ | 9.24 | 12.34 | 12.02 | - |
| YUV | 92.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 107 | 92 | 0.41 | 0 | 0.14 | 0.58 | 159.55 | 0.26 | 0.33 |
| Hex | 3F | 6B | 5C | 29 | 0 | E | 3A | A0 | 1A | 21 |
| Octal | 77 | 153 | 134 | 51 | 0 | 16 | 72 | 240 | 32 | 41 |
| Binary | 111111 | 1101011 | 1011100 | 101001 | 0 | 1110 | 111010 | 10100000 | 11010 | 100001 |
Color Harmonies of #3F6B5C
Complementary color
Monochromatic Colors of #3F6B5C
Black with #3F6B5C
Text Example
Text Example
White with #3F6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6B5C; }
p { color: rgb(63,107,92); }
H1.HeaderClassName
{
color: #3F6B5C;
}
.AnyTagClassName
{
color: #3F6B5C;
}
</style>
background-color css
<style>
a { background-color: #3F6B5C; }
a { background-color: rgb(63,107,92); }
div.DivClassName
{
background-color: #3F6B5C;
}
.BgClassName
{
background-color: #3F6B5C;
}
</style>
border-color css
<style>
span { border-color: #3F6B5C; }
span { border-color: rgb(63,107,92); }
td.TdClassName
{
border-color: #3F6B5C;
}
.TagClassName
{
border-color: #3F6B5C;
}
</style>