#344A45

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

Shades of Firefly #344A45

Tints of Firefly #344A45

Color information

#344A45 (or 0x344A45) is unknown color: approx Firefly. HEX triplet: 34, 4A and 45. RGB value is (52,74,69). Sum of RGB (Red+Green+Blue) = 52+74+69=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #344A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A45 is #CBB5BA. Grayscale: #424242. Windows color (decimal): -13350331 or 4540980. OLE color: 4540980.

HSL color Cylindrical-coordinate representation of color #344A45: hue angle of 166.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A45 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB527469-
CMYK0.3000.070.71
HSL166.36º17.46%24.71%-
HSV(B)166.36º29.73%29.02%-
XYZ4.946.066.54-
YUV66.85129.21117.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=26.67%
G=37.95%
B=35.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5274690.3000.070.71166.3617.4624.71
Hex344A451E0747a61119
Octal6411210536071072462131
Binary110100100101010001011111001111000111101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344A45; }

 p { color: rgb(52,74,69); }

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

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

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

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

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

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

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