#344444

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

Shades of Firefly #344444

Tints of Firefly #344444

Color information

#344444 (or 0x344444) is unknown color: approx Firefly. HEX triplet: 34, 44 and 44. RGB value is (52,68,68). Sum of RGB (Red+Green+Blue) = 52+68+68=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #344444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344444 is #CBBBBB. Grayscale: #3F3F3F. Windows color (decimal): -13351868 or 4473908. OLE color: 4473908.

HSL color Cylindrical-coordinate representation of color #344444: hue angle of 180º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #344444 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB526868-
CMYK0.24000.73
HSL180º13.33%23.53%-
HSV(B)180º23.53%26.67%-
XYZ4.535.286.25-
YUV63.22130.7120-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=27.66%
G=36.17%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268680.24000.7318013.3323.53
Hex344444180049b4d18
Octal6410410430001112641530
Binary110100100010010001001100000100100110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344444; }

 p { color: rgb(52,68,68); }

 H1.HeaderClassName
 {
   color: #344444;
 }
 .AnyTagClassName
 {
   color: #344444;
 }
</style>
background-color css

<style>
 a { background-color: #344444; }

 a { background-color: rgb(52,68,68); }

 div.DivClassName
 {
   background-color: #344444;
 }
 .BgClassName
 {
   background-color: #344444;
 }
</style>
border-color css

<style>
 span { border-color: #344444; }

 span { border-color: rgb(52,68,68); }

 td.TdClassName
 {
   border-color: #344444;
 }
 .TagClassName
 {
   border-color: #344444;
 }
</style>