Html Css Color HEX #334040 Firefly

📋 copy color: '#334040'

red 51 ◦ green 64 ◦ blue 64

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

Shades of Firefly #334040

Tints of Firefly #334040

RGB

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

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

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

R = 28.49%
G = 35.75%
B = 35.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#334040 (or 0x334040) is known color: Firefly. HEX triplet: 33, 40 and 40. RGB value is (51,64,64). Sum of RGB (Red+Green+Blue) = 51+64+64=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #334040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334040 is #CCBFBF. Grayscale: #3C3C3C. Windows color (decimal): -13418432 or 4210739. OLE color: 4210739.

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

Color convert

RGB 51 64 64 -
CMYK 0.20 0 0 0.75
HSL 180º 0.11% 0.23% -
HSV(B) 180º 0.2% 0.25% -
XYZ 4.12 4.74 5.55 -
YUV 60.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 51 64 64 0.20 0 0 0.75 180 0.11 0.23
Hex 33 40 40 14 0 0 4B B4 B 17
Octal 63 100 100 24 0 0 113 264 13 27
Binary 110011 1000000 1000000 10100 0 0 1001011 10110100 1011 10111

Color Harmonies of #334040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334040

Black with #334040

Text Example


Text Example

White with #334040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334040; }

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

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

background-color css

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

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

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

border-color css

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

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

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