#344B45

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

Shades of Firefly #344B45

Tints of Firefly #344B45

Color information

#344B45 (or 0x344B45) is unknown color: approx Firefly. HEX triplet: 34, 4B and 45. RGB value is (52,75,69). Sum of RGB (Red+Green+Blue) = 52+75+69=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #344B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B45 is #CBB4BA. Grayscale: #434343. Windows color (decimal): -13350075 or 4541236. OLE color: 4541236.

HSL color Cylindrical-coordinate representation of color #344B45: hue angle of 164.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #344B45 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB527569-
CMYK0.3100.080.71
HSL164.35º18.11%24.9%-
HSV(B)164.35º30.67%29.41%-
XYZ5.016.196.56-
YUV67.44128.88116.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=26.53%
G=38.27%
B=35.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5275690.3100.080.71164.3518.1124.9
Hex344B451F0847a41219
Octal64113105370101072442231
Binary1101001001011100010111111010001000111101001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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