Shades of Stromboli #3A695A
Tints of Stromboli #3A695A
RGB
CMYK
RGB Variations
Color information
#3A695A (or 0x3A695A) is known color: Stromboli. HEX triplet: 3A, 69 and 5A. RGB value is (58,105,90). Sum of RGB (Red+Green+Blue) = 58+105+90=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #3A695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A695A is #C596A5. Grayscale: #595959. Windows color (decimal): -12949158 or 5925178. OLE color: 5925178.
HSL color Cylindrical-coordinate representation of color #3A695A: hue angle of 160.85º 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 #3A695A is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 90 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.59 |
| HSL | 160.85º | 0.29% | 0.32% | - |
| HSV(B) | 160.85º | 0.45% | 0.41% | - |
| XYZ | 8.64 | 11.74 | 11.48 | - |
| YUV | 89.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 90 | 0.45 | 0 | 0.14 | 0.59 | 160.85 | 0.29 | 0.32 |
| Hex | 3A | 69 | 5A | 2D | 0 | E | 3B | A1 | 1D | 20 |
| Octal | 72 | 151 | 132 | 55 | 0 | 16 | 73 | 241 | 35 | 40 |
| Binary | 111010 | 1101001 | 1011010 | 101101 | 0 | 1110 | 111011 | 10100001 | 11101 | 100000 |
Color Harmonies of #3A695A
Complementary color
Monochromatic Colors of #3A695A
Black with #3A695A
Text Example
Text Example
White with #3A695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A695A; }
p { color: rgb(58,105,90); }
H1.HeaderClassName
{
color: #3A695A;
}
.AnyTagClassName
{
color: #3A695A;
}
</style>
background-color css
<style>
a { background-color: #3A695A; }
a { background-color: rgb(58,105,90); }
div.DivClassName
{
background-color: #3A695A;
}
.BgClassName
{
background-color: #3A695A;
}
</style>
border-color css
<style>
span { border-color: #3A695A; }
span { border-color: rgb(58,105,90); }
td.TdClassName
{
border-color: #3A695A;
}
.TagClassName
{
border-color: #3A695A;
}
</style>