Shades of Stromboli #316F58
Tints of Stromboli #316F58
RGB
CMYK
RGB Variations
Color information
#316F58 (or 0x316F58) is known color: Stromboli. HEX triplet: 31, 6F and 58. RGB value is (49,111,88). Sum of RGB (Red+Green+Blue) = 49+111+88=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #316F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F58 is #CE90A7. Grayscale: #595959. Windows color (decimal): -13537448 or 5795633. OLE color: 5795633.
HSL color Cylindrical-coordinate representation of color #316F58: hue angle of 157.74º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F58 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 88 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.56 |
| HSL | 157.74º | 0.39% | 0.31% | - |
| HSV(B) | 157.74º | 0.56% | 0.44% | - |
| XYZ | 8.71 | 12.73 | 11.23 | - |
| YUV | 89.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 88 | 0.56 | 0 | 0.21 | 0.56 | 157.74 | 0.39 | 0.31 |
| Hex | 31 | 6F | 58 | 38 | 0 | 15 | 38 | 9E | 27 | 1F |
| Octal | 61 | 157 | 130 | 70 | 0 | 25 | 70 | 236 | 47 | 37 |
| Binary | 110001 | 1101111 | 1011000 | 111000 | 0 | 10101 | 111000 | 10011110 | 100111 | 11111 |
Color Harmonies of #316F58
Complementary color
Monochromatic Colors of #316F58
Black with #316F58
Text Example
Text Example
White with #316F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F58; }
p { color: rgb(49,111,88); }
H1.HeaderClassName
{
color: #316F58;
}
.AnyTagClassName
{
color: #316F58;
}
</style>
background-color css
<style>
a { background-color: #316F58; }
a { background-color: rgb(49,111,88); }
div.DivClassName
{
background-color: #316F58;
}
.BgClassName
{
background-color: #316F58;
}
</style>
border-color css
<style>
span { border-color: #316F58; }
span { border-color: rgb(49,111,88); }
td.TdClassName
{
border-color: #316F58;
}
.TagClassName
{
border-color: #316F58;
}
</style>