Shades of Stromboli #3B635A
Tints of Stromboli #3B635A
RGB
CMYK
RGB Variations
Color information
#3B635A (or 0x3B635A) is known color: Stromboli. HEX triplet: 3B, 63 and 5A. RGB value is (59,99,90). Sum of RGB (Red+Green+Blue) = 59+99+90=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #3B635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B635A is #C49CA5. Grayscale: #565656. Windows color (decimal): -12885158 or 5923643. OLE color: 5923643.
HSL color Cylindrical-coordinate representation of color #3B635A: hue angle of 166.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 #3B635A is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 99 | 90 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.61 |
| HSL | 166.5º | 0.25% | 0.31% | - |
| HSV(B) | 166.5º | 0.4% | 0.39% | - |
| XYZ | 8.11 | 10.59 | 11.29 | - |
| YUV | 86.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 90 | 0.40 | 0 | 0.09 | 0.61 | 166.5 | 0.25 | 0.31 |
| Hex | 3B | 63 | 5A | 28 | 0 | 9 | 3D | A6 | 19 | 1F |
| Octal | 73 | 143 | 132 | 50 | 0 | 11 | 75 | 246 | 31 | 37 |
| Binary | 111011 | 1100011 | 1011010 | 101000 | 0 | 1001 | 111101 | 10100110 | 11001 | 11111 |
Color Harmonies of #3B635A
Complementary color
Monochromatic Colors of #3B635A
Black with #3B635A
Text Example
Text Example
White with #3B635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B635A; }
p { color: rgb(59,99,90); }
H1.HeaderClassName
{
color: #3B635A;
}
.AnyTagClassName
{
color: #3B635A;
}
</style>
background-color css
<style>
a { background-color: #3B635A; }
a { background-color: rgb(59,99,90); }
div.DivClassName
{
background-color: #3B635A;
}
.BgClassName
{
background-color: #3B635A;
}
</style>
border-color css
<style>
span { border-color: #3B635A; }
span { border-color: rgb(59,99,90); }
td.TdClassName
{
border-color: #3B635A;
}
.TagClassName
{
border-color: #3B635A;
}
</style>