Shades of Stromboli #3F5B54
Tints of Stromboli #3F5B54
RGB
CMYK
RGB Variations
Color information
#3F5B54 (or 0x3F5B54) is known color: Stromboli. HEX triplet: 3F, 5B and 54. RGB value is (63,91,84). Sum of RGB (Red+Green+Blue) = 63+91+84=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B54 is #C0A4AB. Grayscale: #515151. Windows color (decimal): -12625068 or 5528383. OLE color: 5528383.
HSL color Cylindrical-coordinate representation of color #3F5B54: hue angle of 165º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F5B54 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 84 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.64 |
| HSL | 165º | 0.18% | 0.3% | - |
| HSV(B) | 165º | 0.31% | 0.36% | - |
| XYZ | 7.39 | 9.18 | 9.77 | - |
| YUV | 81.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 84 | 0.31 | 0 | 0.08 | 0.64 | 165 | 0.18 | 0.3 |
| Hex | 3F | 5B | 54 | 1F | 0 | 8 | 40 | A5 | 12 | 1E |
| Octal | 77 | 133 | 124 | 37 | 0 | 10 | 100 | 245 | 22 | 36 |
| Binary | 111111 | 1011011 | 1010100 | 11111 | 0 | 1000 | 1000000 | 10100101 | 10010 | 11110 |
Color Harmonies of #3F5B54
Complementary color
Monochromatic Colors of #3F5B54
Black with #3F5B54
Text Example
Text Example
White with #3F5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B54; }
p { color: rgb(63,91,84); }
H1.HeaderClassName
{
color: #3F5B54;
}
.AnyTagClassName
{
color: #3F5B54;
}
</style>
background-color css
<style>
a { background-color: #3F5B54; }
a { background-color: rgb(63,91,84); }
div.DivClassName
{
background-color: #3F5B54;
}
.BgClassName
{
background-color: #3F5B54;
}
</style>
border-color css
<style>
span { border-color: #3F5B54; }
span { border-color: rgb(63,91,84); }
td.TdClassName
{
border-color: #3F5B54;
}
.TagClassName
{
border-color: #3F5B54;
}
</style>