Shades of Stromboli #3A665B
Tints of Stromboli #3A665B
RGB
CMYK
RGB Variations
Color information
#3A665B (or 0x3A665B) is known color: Stromboli. HEX triplet: 3A, 66 and 5B. RGB value is (58,102,91). Sum of RGB (Red+Green+Blue) = 58+102+91=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #3A665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A665B is #C599A4. Grayscale: #575757. Windows color (decimal): -12949925 or 5989946. OLE color: 5989946.
HSL color Cylindrical-coordinate representation of color #3A665B: hue angle of 165º 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 #3A665B is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 102 | 91 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.6 |
| HSL | 165º | 0.28% | 0.31% | - |
| HSV(B) | 165º | 0.43% | 0.4% | - |
| XYZ | 8.38 | 11.16 | 11.61 | - |
| YUV | 87.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 91 | 0.43 | 0 | 0.11 | 0.6 | 165 | 0.28 | 0.31 |
| Hex | 3A | 66 | 5B | 2B | 0 | B | 3C | A5 | 1C | 1F |
| Octal | 72 | 146 | 133 | 53 | 0 | 13 | 74 | 245 | 34 | 37 |
| Binary | 111010 | 1100110 | 1011011 | 101011 | 0 | 1011 | 111100 | 10100101 | 11100 | 11111 |
Color Harmonies of #3A665B
Complementary color
Monochromatic Colors of #3A665B
Black with #3A665B
Text Example
Text Example
White with #3A665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A665B; }
p { color: rgb(58,102,91); }
H1.HeaderClassName
{
color: #3A665B;
}
.AnyTagClassName
{
color: #3A665B;
}
</style>
background-color css
<style>
a { background-color: #3A665B; }
a { background-color: rgb(58,102,91); }
div.DivClassName
{
background-color: #3A665B;
}
.BgClassName
{
background-color: #3A665B;
}
</style>
border-color css
<style>
span { border-color: #3A665B; }
span { border-color: rgb(58,102,91); }
td.TdClassName
{
border-color: #3A665B;
}
.TagClassName
{
border-color: #3A665B;
}
</style>