Html Css Color HEX #344444 Firefly

📋 copy color: '#344444'

red 52 ◦ green 68 ◦ blue 68

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

Shades of Firefly #344444

Tints of Firefly #344444

RGB

 RED value IS 52 (20.7% 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 value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#344444 (or 0x344444) is known color: 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

RGB 52 68 68 -
CMYK 0.24 0 0 0.73
HSL 180º 0.13% 0.24% -
HSV(B) 180º 0.24% 0.27% -
XYZ 4.53 5.28 6.25 -
YUV 63.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 52 68 68 0.24 0 0 0.73 180 0.13 0.24
Hex 34 44 44 18 0 0 49 B4 D 18
Octal 64 104 104 30 0 0 111 264 15 30
Binary 110100 1000100 1000100 11000 0 0 1001001 10110100 1101 11000

Color Harmonies of #344444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344444

Black with #344444

Text Example


Text Example

White with #344444

Text Example


Text Example

HTML Codes & Css Web 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>