Shades of Stromboli #3A735C
Tints of Stromboli #3A735C
RGB
CMYK
RGB Variations
Color information
#3A735C (or 0x3A735C) is known color: Stromboli. HEX triplet: 3A, 73 and 5C. RGB value is (58,115,92). Sum of RGB (Red+Green+Blue) = 58+115+92=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #3A735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A735C is #C58CA3. Grayscale: #5F5F5F. Windows color (decimal): -12946596 or 6058810. OLE color: 6058810.
HSL color Cylindrical-coordinate representation of color #3A735C: hue angle of 155.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A735C is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 92 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.55 |
| HSL | 155.79º | 0.33% | 0.34% | - |
| HSV(B) | 155.79º | 0.5% | 0.45% | - |
| XYZ | 9.81 | 13.93 | 12.3 | - |
| YUV | 95.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 92 | 0.50 | 0 | 0.20 | 0.55 | 155.79 | 0.33 | 0.34 |
| Hex | 3A | 73 | 5C | 32 | 0 | 14 | 37 | 9C | 21 | 22 |
| Octal | 72 | 163 | 134 | 62 | 0 | 24 | 67 | 234 | 41 | 42 |
| Binary | 111010 | 1110011 | 1011100 | 110010 | 0 | 10100 | 110111 | 10011100 | 100001 | 100010 |
Color Harmonies of #3A735C
Complementary color
Monochromatic Colors of #3A735C
Black with #3A735C
Text Example
Text Example
White with #3A735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A735C; }
p { color: rgb(58,115,92); }
H1.HeaderClassName
{
color: #3A735C;
}
.AnyTagClassName
{
color: #3A735C;
}
</style>
background-color css
<style>
a { background-color: #3A735C; }
a { background-color: rgb(58,115,92); }
div.DivClassName
{
background-color: #3A735C;
}
.BgClassName
{
background-color: #3A735C;
}
</style>
border-color css
<style>
span { border-color: #3A735C; }
span { border-color: rgb(58,115,92); }
td.TdClassName
{
border-color: #3A735C;
}
.TagClassName
{
border-color: #3A735C;
}
</style>