Shades of Firefly #2E3F3F
Tints of Firefly #2E3F3F
RGB
CMYK
RGB Variations
Color information
#2E3F3F (or 0x2E3F3F) is known color: Firefly. HEX triplet: 2E, 3F and 3F. RGB value is (46,63,63). Sum of RGB (Red+Green+Blue) = 46+63+63=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #2E3F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F3F is #D1C0C0. Grayscale: #393939. Windows color (decimal): -13746369 or 4144942. OLE color: 4144942.
HSL color Cylindrical-coordinate representation of color #2E3F3F: hue angle of 180º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E3F3F is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 63 | - |
| CMYK | 0.27 | 0 | 0 | 0.75 |
| HSL | 180º | 0.16% | 0.21% | - |
| HSV(B) | 180º | 0.27% | 0.25% | - |
| XYZ | 3.8 | 4.49 | 5.37 | - |
| YUV | 57.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 63 | 0.27 | 0 | 0 | 0.75 | 180 | 0.16 | 0.21 |
| Hex | 2E | 3F | 3F | 1B | 0 | 0 | 4B | B4 | 10 | 15 |
| Octal | 56 | 77 | 77 | 33 | 0 | 0 | 113 | 264 | 20 | 25 |
| Binary | 101110 | 111111 | 111111 | 11011 | 0 | 0 | 1001011 | 10110100 | 10000 | 10101 |
Color Harmonies of #2E3F3F
Complementary color
Monochromatic Colors of #2E3F3F
Black with #2E3F3F
Text Example
Text Example
White with #2E3F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F3F; }
p { color: rgb(46,63,63); }
H1.HeaderClassName
{
color: #2E3F3F;
}
.AnyTagClassName
{
color: #2E3F3F;
}
</style>
background-color css
<style>
a { background-color: #2E3F3F; }
a { background-color: rgb(46,63,63); }
div.DivClassName
{
background-color: #2E3F3F;
}
.BgClassName
{
background-color: #2E3F3F;
}
</style>
border-color css
<style>
span { border-color: #2E3F3F; }
span { border-color: rgb(46,63,63); }
td.TdClassName
{
border-color: #2E3F3F;
}
.TagClassName
{
border-color: #2E3F3F;
}
</style>