Shades of Stromboli #3A665C
Tints of Stromboli #3A665C
RGB
CMYK
RGB Variations
Color information
#3A665C (or 0x3A665C) is known color: Stromboli. HEX triplet: 3A, 66 and 5C. RGB value is (58,102,92). Sum of RGB (Red+Green+Blue) = 58+102+92=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #3A665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A665C is #C599A3. Grayscale: #575757. Windows color (decimal): -12949924 or 6055482. OLE color: 6055482.
HSL color Cylindrical-coordinate representation of color #3A665C: hue angle of 166.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A665C is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 102 | 92 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.6 |
| HSL | 166.36º | 0.28% | 0.31% | - |
| HSV(B) | 166.36º | 0.43% | 0.4% | - |
| XYZ | 8.43 | 11.17 | 11.84 | - |
| YUV | 87.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 92 | 0.43 | 0 | 0.10 | 0.6 | 166.36 | 0.28 | 0.31 |
| Hex | 3A | 66 | 5C | 2B | 0 | A | 3C | A6 | 1C | 1F |
| Octal | 72 | 146 | 134 | 53 | 0 | 12 | 74 | 246 | 34 | 37 |
| Binary | 111010 | 1100110 | 1011100 | 101011 | 0 | 1010 | 111100 | 10100110 | 11100 | 11111 |
Color Harmonies of #3A665C
Complementary color
Monochromatic Colors of #3A665C
Black with #3A665C
Text Example
Text Example
White with #3A665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A665C; }
p { color: rgb(58,102,92); }
H1.HeaderClassName
{
color: #3A665C;
}
.AnyTagClassName
{
color: #3A665C;
}
</style>
background-color css
<style>
a { background-color: #3A665C; }
a { background-color: rgb(58,102,92); }
div.DivClassName
{
background-color: #3A665C;
}
.BgClassName
{
background-color: #3A665C;
}
</style>
border-color css
<style>
span { border-color: #3A665C; }
span { border-color: rgb(58,102,92); }
td.TdClassName
{
border-color: #3A665C;
}
.TagClassName
{
border-color: #3A665C;
}
</style>