Shades of Firefly #314443
Tints of Firefly #314443
RGB
CMYK
RGB Variations
Color information
#314443 (or 0x314443) is known color: Firefly. HEX triplet: 31, 44 and 43. RGB value is (49,68,67). Sum of RGB (Red+Green+Blue) = 49+68+67=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #314443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314443 is #CEBBBC. Grayscale: #3E3E3E. Windows color (decimal): -13548477 or 4408369. OLE color: 4408369.
HSL color Cylindrical-coordinate representation of color #314443: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #314443 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 67 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.73 |
| HSL | 176.84º | 0.16% | 0.23% | - |
| HSV(B) | 176.84º | 0.28% | 0.27% | - |
| XYZ | 4.35 | 5.19 | 6.08 | - |
| YUV | 62.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 67 | 0.28 | 0 | 0.01 | 0.73 | 176.84 | 0.16 | 0.23 |
| Hex | 31 | 44 | 43 | 1C | 0 | 1 | 49 | B1 | 10 | 17 |
| Octal | 61 | 104 | 103 | 34 | 0 | 1 | 111 | 261 | 20 | 27 |
| Binary | 110001 | 1000100 | 1000011 | 11100 | 0 | 1 | 1001001 | 10110001 | 10000 | 10111 |
Color Harmonies of #314443
Complementary color
Monochromatic Colors of #314443
Black with #314443
Text Example
Text Example
White with #314443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314443; }
p { color: rgb(49,68,67); }
H1.HeaderClassName
{
color: #314443;
}
.AnyTagClassName
{
color: #314443;
}
</style>
background-color css
<style>
a { background-color: #314443; }
a { background-color: rgb(49,68,67); }
div.DivClassName
{
background-color: #314443;
}
.BgClassName
{
background-color: #314443;
}
</style>
border-color css
<style>
span { border-color: #314443; }
span { border-color: rgb(49,68,67); }
td.TdClassName
{
border-color: #314443;
}
.TagClassName
{
border-color: #314443;
}
</style>