Shades of Stromboli #3A675D
Tints of Stromboli #3A675D
RGB
CMYK
RGB Variations
Color information
#3A675D (or 0x3A675D) is known color: Stromboli. HEX triplet: 3A, 67 and 5D. RGB value is (58,103,93). Sum of RGB (Red+Green+Blue) = 58+103+93=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #3A675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A675D is #C598A2. Grayscale: #585858. Windows color (decimal): -12949667 or 6121274. OLE color: 6121274.
HSL color Cylindrical-coordinate representation of color #3A675D: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A675D is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 93 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.60 |
| HSL | 166.67º | 0.28% | 0.32% | - |
| HSV(B) | 166.67º | 0.44% | 0.4% | - |
| XYZ | 8.57 | 11.39 | 12.1 | - |
| YUV | 88.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 93 | 0.44 | 0 | 0.10 | 0.60 | 166.67 | 0.28 | 0.32 |
| Hex | 3A | 67 | 5D | 2C | 0 | A | 3C | A7 | 1C | 20 |
| Octal | 72 | 147 | 135 | 54 | 0 | 12 | 74 | 247 | 34 | 40 |
| Binary | 111010 | 1100111 | 1011101 | 101100 | 0 | 1010 | 111100 | 10100111 | 11100 | 100000 |
Color Harmonies of #3A675D
Complementary color
Monochromatic Colors of #3A675D
Black with #3A675D
Text Example
Text Example
White with #3A675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A675D; }
p { color: rgb(58,103,93); }
H1.HeaderClassName
{
color: #3A675D;
}
.AnyTagClassName
{
color: #3A675D;
}
</style>
background-color css
<style>
a { background-color: #3A675D; }
a { background-color: rgb(58,103,93); }
div.DivClassName
{
background-color: #3A675D;
}
.BgClassName
{
background-color: #3A675D;
}
</style>
border-color css
<style>
span { border-color: #3A675D; }
span { border-color: rgb(58,103,93); }
td.TdClassName
{
border-color: #3A675D;
}
.TagClassName
{
border-color: #3A675D;
}
</style>