Shades of Stromboli #3A695D
Tints of Stromboli #3A695D
RGB
CMYK
RGB Variations
Color information
#3A695D (or 0x3A695D) is known color: Stromboli. HEX triplet: 3A, 69 and 5D. RGB value is (58,105,93). Sum of RGB (Red+Green+Blue) = 58+105+93=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #3A695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A695D is #C596A2. Grayscale: #595959. Windows color (decimal): -12949155 or 6121786. OLE color: 6121786.
HSL color Cylindrical-coordinate representation of color #3A695D: hue angle of 164.68º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A695D is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 93 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.59 |
| HSL | 164.68º | 0.29% | 0.32% | - |
| HSV(B) | 164.68º | 0.45% | 0.41% | - |
| XYZ | 8.77 | 11.79 | 12.17 | - |
| YUV | 89.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 93 | 0.45 | 0 | 0.11 | 0.59 | 164.68 | 0.29 | 0.32 |
| Hex | 3A | 69 | 5D | 2D | 0 | B | 3B | A5 | 1D | 20 |
| Octal | 72 | 151 | 135 | 55 | 0 | 13 | 73 | 245 | 35 | 40 |
| Binary | 111010 | 1101001 | 1011101 | 101101 | 0 | 1011 | 111011 | 10100101 | 11101 | 100000 |
Color Harmonies of #3A695D
Complementary color
Monochromatic Colors of #3A695D
Black with #3A695D
Text Example
Text Example
White with #3A695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A695D; }
p { color: rgb(58,105,93); }
H1.HeaderClassName
{
color: #3A695D;
}
.AnyTagClassName
{
color: #3A695D;
}
</style>
background-color css
<style>
a { background-color: #3A695D; }
a { background-color: rgb(58,105,93); }
div.DivClassName
{
background-color: #3A695D;
}
.BgClassName
{
background-color: #3A695D;
}
</style>
border-color css
<style>
span { border-color: #3A695D; }
span { border-color: rgb(58,105,93); }
td.TdClassName
{
border-color: #3A695D;
}
.TagClassName
{
border-color: #3A695D;
}
</style>