Shades of Firefly #314644
Tints of Firefly #314644
RGB
CMYK
RGB Variations
Color information
#314644 (or 0x314644) is known color: Firefly. HEX triplet: 31, 46 and 44. RGB value is (49,70,68). Sum of RGB (Red+Green+Blue) = 49+70+68=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #314644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314644 is #CEB9BB. Grayscale: #3F3F3F. Windows color (decimal): -13547964 or 4474417. OLE color: 4474417.
HSL color Cylindrical-coordinate representation of color #314644: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314644 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 70 | 68 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.73 |
| HSL | 174.29º | 0.18% | 0.23% | - |
| HSV(B) | 174.29º | 0.3% | 0.27% | - |
| XYZ | 4.5 | 5.45 | 6.28 | - |
| YUV | 63.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 68 | 0.30 | 0 | 0.03 | 0.73 | 174.29 | 0.18 | 0.23 |
| Hex | 31 | 46 | 44 | 1E | 0 | 3 | 49 | AE | 12 | 17 |
| Octal | 61 | 106 | 104 | 36 | 0 | 3 | 111 | 256 | 22 | 27 |
| Binary | 110001 | 1000110 | 1000100 | 11110 | 0 | 11 | 1001001 | 10101110 | 10010 | 10111 |
Color Harmonies of #314644
Complementary color
Monochromatic Colors of #314644
Black with #314644
Text Example
Text Example
White with #314644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314644; }
p { color: rgb(49,70,68); }
H1.HeaderClassName
{
color: #314644;
}
.AnyTagClassName
{
color: #314644;
}
</style>
background-color css
<style>
a { background-color: #314644; }
a { background-color: rgb(49,70,68); }
div.DivClassName
{
background-color: #314644;
}
.BgClassName
{
background-color: #314644;
}
</style>
border-color css
<style>
span { border-color: #314644; }
span { border-color: rgb(49,70,68); }
td.TdClassName
{
border-color: #314644;
}
.TagClassName
{
border-color: #314644;
}
</style>