Shades of Stromboli #3A645C
Tints of Stromboli #3A645C
RGB
CMYK
RGB Variations
Color information
#3A645C (or 0x3A645C) is known color: Stromboli. HEX triplet: 3A, 64 and 5C. RGB value is (58,100,92). Sum of RGB (Red+Green+Blue) = 58+100+92=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #3A645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A645C is #C59BA3. Grayscale: #565656. Windows color (decimal): -12950436 or 6054970. OLE color: 6054970.
HSL color Cylindrical-coordinate representation of color #3A645C: hue angle of 168.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A645C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 100 | 92 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.61 |
| HSL | 168.57º | 0.27% | 0.31% | - |
| HSV(B) | 168.57º | 0.42% | 0.39% | - |
| XYZ | 8.23 | 10.79 | 11.77 | - |
| YUV | 86.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 92 | 0.42 | 0 | 0.08 | 0.61 | 168.57 | 0.27 | 0.31 |
| Hex | 3A | 64 | 5C | 2A | 0 | 8 | 3D | A9 | 1B | 1F |
| Octal | 72 | 144 | 134 | 52 | 0 | 10 | 75 | 251 | 33 | 37 |
| Binary | 111010 | 1100100 | 1011100 | 101010 | 0 | 1000 | 111101 | 10101001 | 11011 | 11111 |
Color Harmonies of #3A645C
Complementary color
Monochromatic Colors of #3A645C
Black with #3A645C
Text Example
Text Example
White with #3A645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A645C; }
p { color: rgb(58,100,92); }
H1.HeaderClassName
{
color: #3A645C;
}
.AnyTagClassName
{
color: #3A645C;
}
</style>
background-color css
<style>
a { background-color: #3A645C; }
a { background-color: rgb(58,100,92); }
div.DivClassName
{
background-color: #3A645C;
}
.BgClassName
{
background-color: #3A645C;
}
</style>
border-color css
<style>
span { border-color: #3A645C; }
span { border-color: rgb(58,100,92); }
td.TdClassName
{
border-color: #3A645C;
}
.TagClassName
{
border-color: #3A645C;
}
</style>