Shades of Firefly #334B47
Tints of Firefly #334B47
RGB
CMYK
RGB Variations
Color information
#334B47 (or 0x334B47) is known color: Firefly. HEX triplet: 33, 4B and 47. RGB value is (51,75,71). Sum of RGB (Red+Green+Blue) = 51+75+71=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 75 - color contains mainly: green. Hex color #334B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B47 is #CCB4B8. Grayscale: #434343. Windows color (decimal): -13415609 or 4672307. OLE color: 4672307.
HSL color Cylindrical-coordinate representation of color #334B47: hue angle of 170º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B47 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 71 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.71 |
| HSL | 170º | 0.19% | 0.25% | - |
| HSV(B) | 170º | 0.32% | 0.29% | - |
| XYZ | 5.02 | 6.19 | 6.89 | - |
| YUV | 67.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 71 | 0.32 | 0 | 0.05 | 0.71 | 170 | 0.19 | 0.25 |
| Hex | 33 | 4B | 47 | 20 | 0 | 5 | 47 | AA | 13 | 19 |
| Octal | 63 | 113 | 107 | 40 | 0 | 5 | 107 | 252 | 23 | 31 |
| Binary | 110011 | 1001011 | 1000111 | 100000 | 0 | 101 | 1000111 | 10101010 | 10011 | 11001 |
Color Harmonies of #334B47
Complementary color
Monochromatic Colors of #334B47
Black with #334B47
Text Example
Text Example
White with #334B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B47; }
p { color: rgb(51,75,71); }
H1.HeaderClassName
{
color: #334B47;
}
.AnyTagClassName
{
color: #334B47;
}
</style>
background-color css
<style>
a { background-color: #334B47; }
a { background-color: rgb(51,75,71); }
div.DivClassName
{
background-color: #334B47;
}
.BgClassName
{
background-color: #334B47;
}
</style>
border-color css
<style>
span { border-color: #334B47; }
span { border-color: rgb(51,75,71); }
td.TdClassName
{
border-color: #334B47;
}
.TagClassName
{
border-color: #334B47;
}
</style>