Shades of Stromboli #3F665C
Tints of Stromboli #3F665C
RGB
CMYK
RGB Variations
Color information
#3F665C (or 0x3F665C) is known color: Stromboli. HEX triplet: 3F, 66 and 5C. RGB value is (63,102,92). Sum of RGB (Red+Green+Blue) = 63+102+92=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #3F665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F665C is #C099A3. Grayscale: #595959. Windows color (decimal): -12622244 or 6055487. OLE color: 6055487.
HSL color Cylindrical-coordinate representation of color #3F665C: hue angle of 164.62º 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 #3F665C is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 92 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.6 |
| HSL | 164.62º | 0.24% | 0.32% | - |
| HSV(B) | 164.62º | 0.38% | 0.4% | - |
| XYZ | 8.73 | 11.33 | 11.85 | - |
| YUV | 89.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 92 | 0.38 | 0 | 0.10 | 0.6 | 164.62 | 0.24 | 0.32 |
| Hex | 3F | 66 | 5C | 26 | 0 | A | 3C | A5 | 18 | 20 |
| Octal | 77 | 146 | 134 | 46 | 0 | 12 | 74 | 245 | 30 | 40 |
| Binary | 111111 | 1100110 | 1011100 | 100110 | 0 | 1010 | 111100 | 10100101 | 11000 | 100000 |
Color Harmonies of #3F665C
Complementary color
Monochromatic Colors of #3F665C
Black with #3F665C
Text Example
Text Example
White with #3F665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F665C; }
p { color: rgb(63,102,92); }
H1.HeaderClassName
{
color: #3F665C;
}
.AnyTagClassName
{
color: #3F665C;
}
</style>
background-color css
<style>
a { background-color: #3F665C; }
a { background-color: rgb(63,102,92); }
div.DivClassName
{
background-color: #3F665C;
}
.BgClassName
{
background-color: #3F665C;
}
</style>
border-color css
<style>
span { border-color: #3F665C; }
span { border-color: rgb(63,102,92); }
td.TdClassName
{
border-color: #3F665C;
}
.TagClassName
{
border-color: #3F665C;
}
</style>