Shades of Stromboli #3B635C
Tints of Stromboli #3B635C
RGB
CMYK
RGB Variations
Color information
#3B635C (or 0x3B635C) is known color: Stromboli. HEX triplet: 3B, 63 and 5C. RGB value is (59,99,92). Sum of RGB (Red+Green+Blue) = 59+99+92=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #3B635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B635C is #C49CA3. Grayscale: #565656. Windows color (decimal): -12885156 or 6054715. OLE color: 6054715.
HSL color Cylindrical-coordinate representation of color #3B635C: hue angle of 169.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B635C is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 99 | 92 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.61 |
| HSL | 169.5º | 0.25% | 0.31% | - |
| HSV(B) | 169.5º | 0.4% | 0.39% | - |
| XYZ | 8.2 | 10.63 | 11.74 | - |
| YUV | 86.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 92 | 0.40 | 0 | 0.07 | 0.61 | 169.5 | 0.25 | 0.31 |
| Hex | 3B | 63 | 5C | 28 | 0 | 7 | 3D | AA | 19 | 1F |
| Octal | 73 | 143 | 134 | 50 | 0 | 7 | 75 | 252 | 31 | 37 |
| Binary | 111011 | 1100011 | 1011100 | 101000 | 0 | 111 | 111101 | 10101010 | 11001 | 11111 |
Color Harmonies of #3B635C
Complementary color
Monochromatic Colors of #3B635C
Black with #3B635C
Text Example
Text Example
White with #3B635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B635C; }
p { color: rgb(59,99,92); }
H1.HeaderClassName
{
color: #3B635C;
}
.AnyTagClassName
{
color: #3B635C;
}
</style>
background-color css
<style>
a { background-color: #3B635C; }
a { background-color: rgb(59,99,92); }
div.DivClassName
{
background-color: #3B635C;
}
.BgClassName
{
background-color: #3B635C;
}
</style>
border-color css
<style>
span { border-color: #3B635C; }
span { border-color: rgb(59,99,92); }
td.TdClassName
{
border-color: #3B635C;
}
.TagClassName
{
border-color: #3B635C;
}
</style>