Shades of Stromboli #3A615A
Tints of Stromboli #3A615A
RGB
CMYK
RGB Variations
Color information
#3A615A (or 0x3A615A) is known color: Stromboli. HEX triplet: 3A, 61 and 5A. RGB value is (58,97,90). Sum of RGB (Red+Green+Blue) = 58+97+90=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #3A615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A615A is #C59EA5. Grayscale: #545454. Windows color (decimal): -12951206 or 5923130. OLE color: 5923130.
HSL color Cylindrical-coordinate representation of color #3A615A: hue angle of 169.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A615A is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 90 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.62 |
| HSL | 169.23º | 0.25% | 0.3% | - |
| HSV(B) | 169.23º | 0.4% | 0.38% | - |
| XYZ | 7.87 | 10.19 | 11.22 | - |
| YUV | 84.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 90 | 0.40 | 0 | 0.07 | 0.62 | 169.23 | 0.25 | 0.3 |
| Hex | 3A | 61 | 5A | 28 | 0 | 7 | 3E | A9 | 19 | 1E |
| Octal | 72 | 141 | 132 | 50 | 0 | 7 | 76 | 251 | 31 | 36 |
| Binary | 111010 | 1100001 | 1011010 | 101000 | 0 | 111 | 111110 | 10101001 | 11001 | 11110 |
Color Harmonies of #3A615A
Complementary color
Monochromatic Colors of #3A615A
Black with #3A615A
Text Example
Text Example
White with #3A615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A615A; }
p { color: rgb(58,97,90); }
H1.HeaderClassName
{
color: #3A615A;
}
.AnyTagClassName
{
color: #3A615A;
}
</style>
background-color css
<style>
a { background-color: #3A615A; }
a { background-color: rgb(58,97,90); }
div.DivClassName
{
background-color: #3A615A;
}
.BgClassName
{
background-color: #3A615A;
}
</style>
border-color css
<style>
span { border-color: #3A615A; }
span { border-color: rgb(58,97,90); }
td.TdClassName
{
border-color: #3A615A;
}
.TagClassName
{
border-color: #3A615A;
}
</style>