Shades of Firefly #344A47
Tints of Firefly #344A47
RGB
CMYK
RGB Variations
Color information
#344A47 (or 0x344A47) is known color: Firefly. HEX triplet: 34, 4A and 47. RGB value is (52,74,71). Sum of RGB (Red+Green+Blue) = 52+74+71=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 74 - color contains mainly: green. Hex color #344A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A47 is #CBB5B8. Grayscale: #434343. Windows color (decimal): -13350329 or 4672052. OLE color: 4672052.
HSL color Cylindrical-coordinate representation of color #344A47: hue angle of 171.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A47 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 71 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.71 |
| HSL | 171.82º | 0.17% | 0.25% | - |
| HSV(B) | 171.82º | 0.3% | 0.29% | - |
| XYZ | 5 | 6.08 | 6.87 | - |
| YUV | 67.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 71 | 0.30 | 0 | 0.04 | 0.71 | 171.82 | 0.17 | 0.25 |
| Hex | 34 | 4A | 47 | 1E | 0 | 4 | 47 | AC | 11 | 19 |
| Octal | 64 | 112 | 107 | 36 | 0 | 4 | 107 | 254 | 21 | 31 |
| Binary | 110100 | 1001010 | 1000111 | 11110 | 0 | 100 | 1000111 | 10101100 | 10001 | 11001 |
Color Harmonies of #344A47
Complementary color
Monochromatic Colors of #344A47
Black with #344A47
Text Example
Text Example
White with #344A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A47; }
p { color: rgb(52,74,71); }
H1.HeaderClassName
{
color: #344A47;
}
.AnyTagClassName
{
color: #344A47;
}
</style>
background-color css
<style>
a { background-color: #344A47; }
a { background-color: rgb(52,74,71); }
div.DivClassName
{
background-color: #344A47;
}
.BgClassName
{
background-color: #344A47;
}
</style>
border-color css
<style>
span { border-color: #344A47; }
span { border-color: rgb(52,74,71); }
td.TdClassName
{
border-color: #344A47;
}
.TagClassName
{
border-color: #344A47;
}
</style>