Shades of Firefly #3B4746
Tints of Firefly #3B4746
RGB
CMYK
RGB Variations
Color information
#3B4746 (or 0x3B4746) is known color: Firefly. HEX triplet: 3B, 47 and 46. RGB value is (59,71,70). Sum of RGB (Red+Green+Blue) = 59+71+70=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4746 is #C4B8B9. Grayscale: #434343. Windows color (decimal): -12892346 or 4605755. OLE color: 4605755.
HSL color Cylindrical-coordinate representation of color #3B4746: hue angle of 175º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B4746 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 70 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.72 |
| HSL | 175º | 0.09% | 0.25% | - |
| HSV(B) | 175º | 0.17% | 0.28% | - |
| XYZ | 5.16 | 5.88 | 6.66 | - |
| YUV | 67.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 70 | 0.17 | 0 | 0.01 | 0.72 | 175 | 0.09 | 0.25 |
| Hex | 3B | 47 | 46 | 11 | 0 | 1 | 48 | AF | 9 | 19 |
| Octal | 73 | 107 | 106 | 21 | 0 | 1 | 110 | 257 | 11 | 31 |
| Binary | 111011 | 1000111 | 1000110 | 10001 | 0 | 1 | 1001000 | 10101111 | 1001 | 11001 |
Color Harmonies of #3B4746
Complementary color
Monochromatic Colors of #3B4746
Black with #3B4746
Text Example
Text Example
White with #3B4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4746; }
p { color: rgb(59,71,70); }
H1.HeaderClassName
{
color: #3B4746;
}
.AnyTagClassName
{
color: #3B4746;
}
</style>
background-color css
<style>
a { background-color: #3B4746; }
a { background-color: rgb(59,71,70); }
div.DivClassName
{
background-color: #3B4746;
}
.BgClassName
{
background-color: #3B4746;
}
</style>
border-color css
<style>
span { border-color: #3B4746; }
span { border-color: rgb(59,71,70); }
td.TdClassName
{
border-color: #3B4746;
}
.TagClassName
{
border-color: #3B4746;
}
</style>