Shades of Firefly #354646
Tints of Firefly #354646
RGB
CMYK
RGB Variations
Color information
#354646 (or 0x354646) is known color: Firefly. HEX triplet: 35, 46 and 46. RGB value is (53,70,70). Sum of RGB (Red+Green+Blue) = 53+70+70=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #354646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354646 is #CAB9B9. Grayscale: #404040. Windows color (decimal): -13285818 or 4605493. OLE color: 4605493.
HSL color Cylindrical-coordinate representation of color #354646: hue angle of 180º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354646 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 70 | - |
| CMYK | 0.24 | 0 | 0 | 0.73 |
| HSL | 180º | 0.14% | 0.24% | - |
| HSV(B) | 180º | 0.24% | 0.27% | - |
| XYZ | 4.76 | 5.58 | 6.62 | - |
| YUV | 64.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 70 | 0.24 | 0 | 0 | 0.73 | 180 | 0.14 | 0.24 |
| Hex | 35 | 46 | 46 | 18 | 0 | 0 | 49 | B4 | E | 18 |
| Octal | 65 | 106 | 106 | 30 | 0 | 0 | 111 | 264 | 16 | 30 |
| Binary | 110101 | 1000110 | 1000110 | 11000 | 0 | 0 | 1001001 | 10110100 | 1110 | 11000 |
Color Harmonies of #354646
Complementary color
Monochromatic Colors of #354646
Black with #354646
Text Example
Text Example
White with #354646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354646; }
p { color: rgb(53,70,70); }
H1.HeaderClassName
{
color: #354646;
}
.AnyTagClassName
{
color: #354646;
}
</style>
background-color css
<style>
a { background-color: #354646; }
a { background-color: rgb(53,70,70); }
div.DivClassName
{
background-color: #354646;
}
.BgClassName
{
background-color: #354646;
}
</style>
border-color css
<style>
span { border-color: #354646; }
span { border-color: rgb(53,70,70); }
td.TdClassName
{
border-color: #354646;
}
.TagClassName
{
border-color: #354646;
}
</style>