#2B4344

Color #2B4344 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #2B4344

Tints of Firefly #2B4344

Color information

#2B4344 (or 0x2B4344) is unknown color: approx 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

RGB436768-
CMYK0.370.0100.73
HSL182.4º22.52%21.76%-
HSV(B)182.4º36.76%26.67%-
XYZ4.054.956.21-
YUV59.94132.55115.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=24.16%
G=37.64%
B=38.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4367680.370.0100.73182.422.5221.76
Hex2B4344251049b61716
Octal5310310445101112662726
Binary10101110000111000100100101101001001101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>