Shades of Stromboli #3A635C
Tints of Stromboli #3A635C
RGB
CMYK
RGB Variations
Color information
#3A635C (or 0x3A635C) is known color: Stromboli. HEX triplet: 3A, 63 and 5C. RGB value is (58,99,92). Sum of RGB (Red+Green+Blue) = 58+99+92=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #3A635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A635C is #C59CA3. Grayscale: #555555. Windows color (decimal): -12950692 or 6054714. OLE color: 6054714.
HSL color Cylindrical-coordinate representation of color #3A635C: hue angle of 169.76º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A635C is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 92 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.61 |
| HSL | 169.76º | 0.26% | 0.31% | - |
| HSV(B) | 169.76º | 0.41% | 0.39% | - |
| XYZ | 8.14 | 10.6 | 11.74 | - |
| YUV | 85.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 92 | 0.41 | 0 | 0.07 | 0.61 | 169.76 | 0.26 | 0.31 |
| Hex | 3A | 63 | 5C | 29 | 0 | 7 | 3D | AA | 1A | 1F |
| Octal | 72 | 143 | 134 | 51 | 0 | 7 | 75 | 252 | 32 | 37 |
| Binary | 111010 | 1100011 | 1011100 | 101001 | 0 | 111 | 111101 | 10101010 | 11010 | 11111 |
Color Harmonies of #3A635C
Complementary color
Monochromatic Colors of #3A635C
Black with #3A635C
Text Example
Text Example
White with #3A635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A635C; }
p { color: rgb(58,99,92); }
H1.HeaderClassName
{
color: #3A635C;
}
.AnyTagClassName
{
color: #3A635C;
}
</style>
background-color css
<style>
a { background-color: #3A635C; }
a { background-color: rgb(58,99,92); }
div.DivClassName
{
background-color: #3A635C;
}
.BgClassName
{
background-color: #3A635C;
}
</style>
border-color css
<style>
span { border-color: #3A635C; }
span { border-color: rgb(58,99,92); }
td.TdClassName
{
border-color: #3A635C;
}
.TagClassName
{
border-color: #3A635C;
}
</style>