Shades of Stromboli #3F635D
Tints of Stromboli #3F635D
RGB
CMYK
RGB Variations
Color information
#3F635D (or 0x3F635D) is known color: Stromboli. HEX triplet: 3F, 63 and 5D. RGB value is (63,99,93). Sum of RGB (Red+Green+Blue) = 63+99+93=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #3F635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F635D is #C09CA2. Grayscale: #575757. Windows color (decimal): -12623011 or 6120255. OLE color: 6120255.
HSL color Cylindrical-coordinate representation of color #3F635D: hue angle of 170º 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 #3F635D is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 93 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.61 |
| HSL | 170º | 0.22% | 0.32% | - |
| HSV(B) | 170º | 0.36% | 0.39% | - |
| XYZ | 8.49 | 10.77 | 11.99 | - |
| YUV | 87.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 93 | 0.36 | 0 | 0.06 | 0.61 | 170 | 0.22 | 0.32 |
| Hex | 3F | 63 | 5D | 24 | 0 | 6 | 3D | AA | 16 | 20 |
| Octal | 77 | 143 | 135 | 44 | 0 | 6 | 75 | 252 | 26 | 40 |
| Binary | 111111 | 1100011 | 1011101 | 100100 | 0 | 110 | 111101 | 10101010 | 10110 | 100000 |
Color Harmonies of #3F635D
Complementary color
Monochromatic Colors of #3F635D
Black with #3F635D
Text Example
Text Example
White with #3F635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F635D; }
p { color: rgb(63,99,93); }
H1.HeaderClassName
{
color: #3F635D;
}
.AnyTagClassName
{
color: #3F635D;
}
</style>
background-color css
<style>
a { background-color: #3F635D; }
a { background-color: rgb(63,99,93); }
div.DivClassName
{
background-color: #3F635D;
}
.BgClassName
{
background-color: #3F635D;
}
</style>
border-color css
<style>
span { border-color: #3F635D; }
span { border-color: rgb(63,99,93); }
td.TdClassName
{
border-color: #3F635D;
}
.TagClassName
{
border-color: #3F635D;
}
</style>