Shades of Firefly #344745
Tints of Firefly #344745
RGB
CMYK
RGB Variations
Color information
#344745 (or 0x344745) is known color: Firefly. HEX triplet: 34, 47 and 45. RGB value is (52,71,69). Sum of RGB (Red+Green+Blue) = 52+71+69=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #344745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344745 is #CBB8BA. Grayscale: #414141. Windows color (decimal): -13351099 or 4540212. OLE color: 4540212.
HSL color Cylindrical-coordinate representation of color #344745: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344745 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 69 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.72 |
| HSL | 173.68º | 0.15% | 0.24% | - |
| HSV(B) | 173.68º | 0.27% | 0.28% | - |
| XYZ | 4.74 | 5.67 | 6.47 | - |
| YUV | 65.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 69 | 0.27 | 0 | 0.03 | 0.72 | 173.68 | 0.15 | 0.24 |
| Hex | 34 | 47 | 45 | 1B | 0 | 3 | 48 | AE | F | 18 |
| Octal | 64 | 107 | 105 | 33 | 0 | 3 | 110 | 256 | 17 | 30 |
| Binary | 110100 | 1000111 | 1000101 | 11011 | 0 | 11 | 1001000 | 10101110 | 1111 | 11000 |
Color Harmonies of #344745
Complementary color
Monochromatic Colors of #344745
Black with #344745
Text Example
Text Example
White with #344745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344745; }
p { color: rgb(52,71,69); }
H1.HeaderClassName
{
color: #344745;
}
.AnyTagClassName
{
color: #344745;
}
</style>
background-color css
<style>
a { background-color: #344745; }
a { background-color: rgb(52,71,69); }
div.DivClassName
{
background-color: #344745;
}
.BgClassName
{
background-color: #344745;
}
</style>
border-color css
<style>
span { border-color: #344745; }
span { border-color: rgb(52,71,69); }
td.TdClassName
{
border-color: #344745;
}
.TagClassName
{
border-color: #344745;
}
</style>