Shades of Stromboli #397360
Tints of Stromboli #397360
RGB
CMYK
RGB Variations
Color information
#397360 (or 0x397360) is known color: Stromboli. HEX triplet: 39, 73 and 60. RGB value is (57,115,96). Sum of RGB (Red+Green+Blue) = 57+115+96=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #397360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397360 is #C68C9F. Grayscale: #5F5F5F. Windows color (decimal): -13012128 or 6320953. OLE color: 6320953.
HSL color Cylindrical-coordinate representation of color #397360: hue angle of 160.34º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397360 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 96 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.55 |
| HSL | 160.34º | 0.34% | 0.34% | - |
| HSV(B) | 160.34º | 0.5% | 0.45% | - |
| XYZ | 9.93 | 13.98 | 13.24 | - |
| YUV | 95.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 96 | 0.50 | 0 | 0.17 | 0.55 | 160.34 | 0.34 | 0.34 |
| Hex | 39 | 73 | 60 | 32 | 0 | 11 | 37 | A0 | 22 | 22 |
| Octal | 71 | 163 | 140 | 62 | 0 | 21 | 67 | 240 | 42 | 42 |
| Binary | 111001 | 1110011 | 1100000 | 110010 | 0 | 10001 | 110111 | 10100000 | 100010 | 100010 |
Color Harmonies of #397360
Complementary color
Monochromatic Colors of #397360
Black with #397360
Text Example
Text Example
White with #397360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397360; }
p { color: rgb(57,115,96); }
H1.HeaderClassName
{
color: #397360;
}
.AnyTagClassName
{
color: #397360;
}
</style>
background-color css
<style>
a { background-color: #397360; }
a { background-color: rgb(57,115,96); }
div.DivClassName
{
background-color: #397360;
}
.BgClassName
{
background-color: #397360;
}
</style>
border-color css
<style>
span { border-color: #397360; }
span { border-color: rgb(57,115,96); }
td.TdClassName
{
border-color: #397360;
}
.TagClassName
{
border-color: #397360;
}
</style>