Shades of Firefly #343E3C
Tints of Firefly #343E3C
RGB
CMYK
RGB Variations
Color information
#343E3C (or 0x343E3C) is known color: Firefly. HEX triplet: 34, 3E and 3C. RGB value is (52,62,60). Sum of RGB (Red+Green+Blue) = 52+62+60=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 62 - color contains mainly: green. Hex color #343E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E3C is #CBC1C3. Grayscale: #3A3A3A. Windows color (decimal): -13353412 or 3948084. OLE color: 3948084.
HSL color Cylindrical-coordinate representation of color #343E3C: hue angle of 168º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #343E3C is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 60 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.76 |
| HSL | 168º | 0.09% | 0.22% | - |
| HSV(B) | 168º | 0.16% | 0.24% | - |
| XYZ | 3.95 | 4.5 | 4.94 | - |
| YUV | 58.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 60 | 0.16 | 0 | 0.03 | 0.76 | 168 | 0.09 | 0.22 |
| Hex | 34 | 3E | 3C | 10 | 0 | 3 | 4C | A8 | 9 | 16 |
| Octal | 64 | 76 | 74 | 20 | 0 | 3 | 114 | 250 | 11 | 26 |
| Binary | 110100 | 111110 | 111100 | 10000 | 0 | 11 | 1001100 | 10101000 | 1001 | 10110 |
Color Harmonies of #343E3C
Complementary color
Monochromatic Colors of #343E3C
Black with #343E3C
Text Example
Text Example
White with #343E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E3C; }
p { color: rgb(52,62,60); }
H1.HeaderClassName
{
color: #343E3C;
}
.AnyTagClassName
{
color: #343E3C;
}
</style>
background-color css
<style>
a { background-color: #343E3C; }
a { background-color: rgb(52,62,60); }
div.DivClassName
{
background-color: #343E3C;
}
.BgClassName
{
background-color: #343E3C;
}
</style>
border-color css
<style>
span { border-color: #343E3C; }
span { border-color: rgb(52,62,60); }
td.TdClassName
{
border-color: #343E3C;
}
.TagClassName
{
border-color: #343E3C;
}
</style>