Shades of Stromboli #3F645D
Tints of Stromboli #3F645D
RGB
CMYK
RGB Variations
Color information
#3F645D (or 0x3F645D) is known color: Stromboli. HEX triplet: 3F, 64 and 5D. RGB value is (63,100,93). Sum of RGB (Red+Green+Blue) = 63+100+93=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #3F645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F645D is #C09BA2. Grayscale: #585858. Windows color (decimal): -12622755 or 6120511. OLE color: 6120511.
HSL color Cylindrical-coordinate representation of color #3F645D: hue angle of 168.65º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F645D is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 93 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.61 |
| HSL | 168.65º | 0.23% | 0.32% | - |
| HSV(B) | 168.65º | 0.37% | 0.39% | - |
| XYZ | 8.58 | 10.96 | 12.02 | - |
| YUV | 88.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 93 | 0.37 | 0 | 0.07 | 0.61 | 168.65 | 0.23 | 0.32 |
| Hex | 3F | 64 | 5D | 25 | 0 | 7 | 3D | A9 | 17 | 20 |
| Octal | 77 | 144 | 135 | 45 | 0 | 7 | 75 | 251 | 27 | 40 |
| Binary | 111111 | 1100100 | 1011101 | 100101 | 0 | 111 | 111101 | 10101001 | 10111 | 100000 |
Color Harmonies of #3F645D
Complementary color
Monochromatic Colors of #3F645D
Black with #3F645D
Text Example
Text Example
White with #3F645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F645D; }
p { color: rgb(63,100,93); }
H1.HeaderClassName
{
color: #3F645D;
}
.AnyTagClassName
{
color: #3F645D;
}
</style>
background-color css
<style>
a { background-color: #3F645D; }
a { background-color: rgb(63,100,93); }
div.DivClassName
{
background-color: #3F645D;
}
.BgClassName
{
background-color: #3F645D;
}
</style>
border-color css
<style>
span { border-color: #3F645D; }
span { border-color: rgb(63,100,93); }
td.TdClassName
{
border-color: #3F645D;
}
.TagClassName
{
border-color: #3F645D;
}
</style>