Shades of Stromboli #3F665E
Tints of Stromboli #3F665E
RGB
CMYK
RGB Variations
Color information
#3F665E (or 0x3F665E) is known color: Stromboli. HEX triplet: 3F, 66 and 5E. RGB value is (63,102,94). Sum of RGB (Red+Green+Blue) = 63+102+94=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #3F665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F665E is #C099A1. Grayscale: #595959. Windows color (decimal): -12622242 or 6186559. OLE color: 6186559.
HSL color Cylindrical-coordinate representation of color #3F665E: hue angle of 167.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F665E is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 94 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.6 |
| HSL | 167.69º | 0.24% | 0.32% | - |
| HSV(B) | 167.69º | 0.38% | 0.4% | - |
| XYZ | 8.82 | 11.37 | 12.32 | - |
| YUV | 89.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 94 | 0.38 | 0 | 0.08 | 0.6 | 167.69 | 0.24 | 0.32 |
| Hex | 3F | 66 | 5E | 26 | 0 | 8 | 3C | A8 | 18 | 20 |
| Octal | 77 | 146 | 136 | 46 | 0 | 10 | 74 | 250 | 30 | 40 |
| Binary | 111111 | 1100110 | 1011110 | 100110 | 0 | 1000 | 111100 | 10101000 | 11000 | 100000 |
Color Harmonies of #3F665E
Complementary color
Monochromatic Colors of #3F665E
Black with #3F665E
Text Example
Text Example
White with #3F665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F665E; }
p { color: rgb(63,102,94); }
H1.HeaderClassName
{
color: #3F665E;
}
.AnyTagClassName
{
color: #3F665E;
}
</style>
background-color css
<style>
a { background-color: #3F665E; }
a { background-color: rgb(63,102,94); }
div.DivClassName
{
background-color: #3F665E;
}
.BgClassName
{
background-color: #3F665E;
}
</style>
border-color css
<style>
span { border-color: #3F665E; }
span { border-color: rgb(63,102,94); }
td.TdClassName
{
border-color: #3F665E;
}
.TagClassName
{
border-color: #3F665E;
}
</style>