Shades of Firefly #325049
Tints of Firefly #325049
RGB
CMYK
RGB Variations
Color information
#325049 (or 0x325049) is known color: Firefly. HEX triplet: 32, 50 and 49. RGB value is (50,80,73). Sum of RGB (Red+Green+Blue) = 50+80+73=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #325049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325049 is #CDAFB6. Grayscale: #464646. Windows color (decimal): -13479863 or 4804658. OLE color: 4804658.
HSL color Cylindrical-coordinate representation of color #325049: hue angle of 166º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325049 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 73 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.69 |
| HSL | 166º | 0.23% | 0.25% | - |
| HSV(B) | 166º | 0.38% | 0.31% | - |
| XYZ | 5.39 | 6.9 | 7.35 | - |
| YUV | 70.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 73 | 0.37 | 0 | 0.09 | 0.69 | 166 | 0.23 | 0.25 |
| Hex | 32 | 50 | 49 | 25 | 0 | 9 | 45 | A6 | 17 | 19 |
| Octal | 62 | 120 | 111 | 45 | 0 | 11 | 105 | 246 | 27 | 31 |
| Binary | 110010 | 1010000 | 1001001 | 100101 | 0 | 1001 | 1000101 | 10100110 | 10111 | 11001 |
Color Harmonies of #325049
Complementary color
Monochromatic Colors of #325049
Black with #325049
Text Example
Text Example
White with #325049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325049; }
p { color: rgb(50,80,73); }
H1.HeaderClassName
{
color: #325049;
}
.AnyTagClassName
{
color: #325049;
}
</style>
background-color css
<style>
a { background-color: #325049; }
a { background-color: rgb(50,80,73); }
div.DivClassName
{
background-color: #325049;
}
.BgClassName
{
background-color: #325049;
}
</style>
border-color css
<style>
span { border-color: #325049; }
span { border-color: rgb(50,80,73); }
td.TdClassName
{
border-color: #325049;
}
.TagClassName
{
border-color: #325049;
}
</style>