Shades of Firefly #344C48
Tints of Firefly #344C48
RGB
CMYK
RGB Variations
Color information
#344C48 (or 0x344C48) is known color: Firefly. HEX triplet: 34, 4C and 48. RGB value is (52,76,72). Sum of RGB (Red+Green+Blue) = 52+76+72=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 76 - color contains mainly: green. Hex color #344C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C48 is #CBB3B7. Grayscale: #444444. Windows color (decimal): -13349816 or 4738100. OLE color: 4738100.
HSL color Cylindrical-coordinate representation of color #344C48: hue angle of 170º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344C48 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 72 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.70 |
| HSL | 170º | 0.19% | 0.25% | - |
| HSV(B) | 170º | 0.32% | 0.3% | - |
| XYZ | 5.17 | 6.37 | 7.09 | - |
| YUV | 68.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 72 | 0.32 | 0 | 0.05 | 0.70 | 170 | 0.19 | 0.25 |
| Hex | 34 | 4C | 48 | 20 | 0 | 5 | 46 | AA | 13 | 19 |
| Octal | 64 | 114 | 110 | 40 | 0 | 5 | 106 | 252 | 23 | 31 |
| Binary | 110100 | 1001100 | 1001000 | 100000 | 0 | 101 | 1000110 | 10101010 | 10011 | 11001 |
Color Harmonies of #344C48
Complementary color
Monochromatic Colors of #344C48
Black with #344C48
Text Example
Text Example
White with #344C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C48; }
p { color: rgb(52,76,72); }
H1.HeaderClassName
{
color: #344C48;
}
.AnyTagClassName
{
color: #344C48;
}
</style>
background-color css
<style>
a { background-color: #344C48; }
a { background-color: rgb(52,76,72); }
div.DivClassName
{
background-color: #344C48;
}
.BgClassName
{
background-color: #344C48;
}
</style>
border-color css
<style>
span { border-color: #344C48; }
span { border-color: rgb(52,76,72); }
td.TdClassName
{
border-color: #344C48;
}
.TagClassName
{
border-color: #344C48;
}
</style>