Shades of Stromboli #3F635B
Tints of Stromboli #3F635B
RGB
CMYK
RGB Variations
Color information
#3F635B (or 0x3F635B) is known color: Stromboli. HEX triplet: 3F, 63 and 5B. RGB value is (63,99,91). Sum of RGB (Red+Green+Blue) = 63+99+91=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #3F635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F635B is #C09CA4. Grayscale: #575757. Windows color (decimal): -12623013 or 5989183. OLE color: 5989183.
HSL color Cylindrical-coordinate representation of color #3F635B: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F635B is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 91 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.61 |
| HSL | 166.67º | 0.22% | 0.32% | - |
| HSV(B) | 166.67º | 0.36% | 0.39% | - |
| XYZ | 8.4 | 10.74 | 11.53 | - |
| YUV | 87.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 91 | 0.36 | 0 | 0.08 | 0.61 | 166.67 | 0.22 | 0.32 |
| Hex | 3F | 63 | 5B | 24 | 0 | 8 | 3D | A7 | 16 | 20 |
| Octal | 77 | 143 | 133 | 44 | 0 | 10 | 75 | 247 | 26 | 40 |
| Binary | 111111 | 1100011 | 1011011 | 100100 | 0 | 1000 | 111101 | 10100111 | 10110 | 100000 |
Color Harmonies of #3F635B
Complementary color
Monochromatic Colors of #3F635B
Black with #3F635B
Text Example
Text Example
White with #3F635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F635B; }
p { color: rgb(63,99,91); }
H1.HeaderClassName
{
color: #3F635B;
}
.AnyTagClassName
{
color: #3F635B;
}
</style>
background-color css
<style>
a { background-color: #3F635B; }
a { background-color: rgb(63,99,91); }
div.DivClassName
{
background-color: #3F635B;
}
.BgClassName
{
background-color: #3F635B;
}
</style>
border-color css
<style>
span { border-color: #3F635B; }
span { border-color: rgb(63,99,91); }
td.TdClassName
{
border-color: #3F635B;
}
.TagClassName
{
border-color: #3F635B;
}
</style>