Shades of Stromboli #396A5E
Tints of Stromboli #396A5E
RGB
CMYK
RGB Variations
Color information
#396A5E (or 0x396A5E) is known color: Stromboli. HEX triplet: 39, 6A and 5E. RGB value is (57,106,94). Sum of RGB (Red+Green+Blue) = 57+106+94=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #396A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A5E is #C695A1. Grayscale: #595959. Windows color (decimal): -13014434 or 6187577. OLE color: 6187577.
HSL color Cylindrical-coordinate representation of color #396A5E: hue angle of 165.31º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396A5E is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 94 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.58 |
| HSL | 165.31º | 0.3% | 0.32% | - |
| HSV(B) | 165.31º | 0.46% | 0.42% | - |
| XYZ | 8.86 | 11.99 | 12.44 | - |
| YUV | 89.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 94 | 0.46 | 0 | 0.11 | 0.58 | 165.31 | 0.3 | 0.32 |
| Hex | 39 | 6A | 5E | 2E | 0 | B | 3A | A5 | 1E | 20 |
| Octal | 71 | 152 | 136 | 56 | 0 | 13 | 72 | 245 | 36 | 40 |
| Binary | 111001 | 1101010 | 1011110 | 101110 | 0 | 1011 | 111010 | 10100101 | 11110 | 100000 |
Color Harmonies of #396A5E
Complementary color
Monochromatic Colors of #396A5E
Black with #396A5E
Text Example
Text Example
White with #396A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A5E; }
p { color: rgb(57,106,94); }
H1.HeaderClassName
{
color: #396A5E;
}
.AnyTagClassName
{
color: #396A5E;
}
</style>
background-color css
<style>
a { background-color: #396A5E; }
a { background-color: rgb(57,106,94); }
div.DivClassName
{
background-color: #396A5E;
}
.BgClassName
{
background-color: #396A5E;
}
</style>
border-color css
<style>
span { border-color: #396A5E; }
span { border-color: rgb(57,106,94); }
td.TdClassName
{
border-color: #396A5E;
}
.TagClassName
{
border-color: #396A5E;
}
</style>