Shades of Firefly #2B4344
Tints of Firefly #2B4344
RGB
CMYK
RGB Variations
Color information
#2B4344 (or 0x2B4344) is known color: Firefly. HEX triplet: 2B, 43 and 44. RGB value is (43,67,68). Sum of RGB (Red+Green+Blue) = 43+67+68=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #2B4344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4344 is #D4BCBB. Grayscale: #3B3B3B. Windows color (decimal): -13941948 or 4473643. OLE color: 4473643.
HSL color Cylindrical-coordinate representation of color #2B4344: hue angle of 182.4º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B4344 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 67 | 68 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.73 |
| HSL | 182.4º | 0.23% | 0.22% | - |
| HSV(B) | 182.4º | 0.37% | 0.27% | - |
| XYZ | 4.05 | 4.95 | 6.21 | - |
| YUV | 59.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 68 | 0.37 | 0.01 | 0 | 0.73 | 182.4 | 0.23 | 0.22 |
| Hex | 2B | 43 | 44 | 25 | 1 | 0 | 49 | B6 | 17 | 16 |
| Octal | 53 | 103 | 104 | 45 | 1 | 0 | 111 | 266 | 27 | 26 |
| Binary | 101011 | 1000011 | 1000100 | 100101 | 1 | 0 | 1001001 | 10110110 | 10111 | 10110 |
Color Harmonies of #2B4344
Complementary color
Monochromatic Colors of #2B4344
Black with #2B4344
Text Example
Text Example
White with #2B4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4344; }
p { color: rgb(43,67,68); }
H1.HeaderClassName
{
color: #2B4344;
}
.AnyTagClassName
{
color: #2B4344;
}
</style>
background-color css
<style>
a { background-color: #2B4344; }
a { background-color: rgb(43,67,68); }
div.DivClassName
{
background-color: #2B4344;
}
.BgClassName
{
background-color: #2B4344;
}
</style>
border-color css
<style>
span { border-color: #2B4344; }
span { border-color: rgb(43,67,68); }
td.TdClassName
{
border-color: #2B4344;
}
.TagClassName
{
border-color: #2B4344;
}
</style>