Html Css Color HEX #334944 Firefly

📋 copy color: '#334944'

red 51 ◦ green 73 ◦ blue 68

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

Shades of Firefly #334944

Tints of Firefly #334944

RGB

 RED value IS 51 (20.31% from 255) = 26.56%

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 68 (26.95% from 255) = 35.42%

R = 26.56%
G = 38.02%
B = 35.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#334944 (or 0x334944) is known color: Firefly. HEX triplet: 33, 49 and 44. RGB value is (51,73,68). Sum of RGB (Red+Green+Blue) = 51+73+68=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #334944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334944 is #CCB6BB. Grayscale: #414141. Windows color (decimal): -13416124 or 4475187. OLE color: 4475187.

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

Color convert

RGB 51 73 68 -
CMYK 0.30 0 0.07 0.71
HSL 166.36º 0.18% 0.24% -
HSV(B) 166.36º 0.3% 0.29% -
XYZ 4.79 5.89 6.35 -
YUV 65.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 51 73 68 0.30 0 0.07 0.71 166.36 0.18 0.24
Hex 33 49 44 1E 0 7 47 A6 12 18
Octal 63 111 104 36 0 7 107 246 22 30
Binary 110011 1001001 1000100 11110 0 111 1000111 10100110 10010 11000

Color Harmonies of #334944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334944

Black with #334944

Text Example


Text Example

White with #334944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334944; }

 p { color: rgb(51,73,68); }

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

background-color css

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

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

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

border-color css

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

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

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