Html Css Color HEX #344040 Firefly

📋 copy color: '#344040'

red 52 ◦ green 64 ◦ blue 64

#344040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #344040

Tints of Firefly #344040

RGB

 RED value IS 52 (20.7% from 255) = 28.89%

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 28.89%
G = 35.56%
B = 35.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#344040 (or 0x344040) is known color: Firefly. HEX triplet: 34, 40 and 40. RGB value is (52,64,64). Sum of RGB (Red+Green+Blue) = 52+64+64=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #344040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344040 is #CBBFBF. Grayscale: #3C3C3C. Windows color (decimal): -13352896 or 4210740. OLE color: 4210740.

HSL color Cylindrical-coordinate representation of color #344040: hue angle of 180º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #344040 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 64 -
CMYK 0.19 0 0 0.75
HSL 180º 0.1% 0.23% -
HSV(B) 180º 0.19% 0.25% -
XYZ 4.17 4.77 5.55 -
YUV 60.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 52 64 64 0.19 0 0 0.75 180 0.1 0.23
Hex 34 40 40 13 0 0 4B B4 A 17
Octal 64 100 100 23 0 0 113 264 12 27
Binary 110100 1000000 1000000 10011 0 0 1001011 10110100 1010 10111

Color Harmonies of #344040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344040

Black with #344040

Text Example


Text Example

White with #344040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344040; }

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

 H1.HeaderClassName
 {
   color: #344040;
 }
 .AnyTagClassName
 {
   color: #344040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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