Shades of Firefly #344A45
Tints of Firefly #344A45
RGB
CMYK
RGB Variations
Color information
#344A45 (or 0x344A45) is known color: Firefly. HEX triplet: 34, 4A and 45. RGB value is (52,74,69). Sum of RGB (Red+Green+Blue) = 52+74+69=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #344A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A45 is #CBB5BA. Grayscale: #424242. Windows color (decimal): -13350331 or 4540980. OLE color: 4540980.
HSL color Cylindrical-coordinate representation of color #344A45: hue angle of 166.36º 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 #344A45 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 69 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.71 |
| HSL | 166.36º | 0.17% | 0.25% | - |
| HSV(B) | 166.36º | 0.3% | 0.29% | - |
| XYZ | 4.94 | 6.06 | 6.54 | - |
| YUV | 66.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 69 | 0.30 | 0 | 0.07 | 0.71 | 166.36 | 0.17 | 0.25 |
| Hex | 34 | 4A | 45 | 1E | 0 | 7 | 47 | A6 | 11 | 19 |
| Octal | 64 | 112 | 105 | 36 | 0 | 7 | 107 | 246 | 21 | 31 |
| Binary | 110100 | 1001010 | 1000101 | 11110 | 0 | 111 | 1000111 | 10100110 | 10001 | 11001 |
Color Harmonies of #344A45
Complementary color
Monochromatic Colors of #344A45
Black with #344A45
Text Example
Text Example
White with #344A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A45; }
p { color: rgb(52,74,69); }
H1.HeaderClassName
{
color: #344A45;
}
.AnyTagClassName
{
color: #344A45;
}
</style>
background-color css
<style>
a { background-color: #344A45; }
a { background-color: rgb(52,74,69); }
div.DivClassName
{
background-color: #344A45;
}
.BgClassName
{
background-color: #344A45;
}
</style>
border-color css
<style>
span { border-color: #344A45; }
span { border-color: rgb(52,74,69); }
td.TdClassName
{
border-color: #344A45;
}
.TagClassName
{
border-color: #344A45;
}
</style>