Html Css Color HEX #354040 Firefly

📋 copy color: '#354040'

red 53 ◦ green 64 ◦ blue 64

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

Shades of Firefly #354040

Tints of Firefly #354040

RGB

 RED value IS 53 (21.09% from 255) = 29.28%

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

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

R = 29.28%
G = 35.36%
B = 35.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#354040 (or 0x354040) is known color: Firefly. HEX triplet: 35, 40 and 40. RGB value is (53,64,64). Sum of RGB (Red+Green+Blue) = 53+64+64=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #354040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354040 is #CABFBF. Grayscale: #3C3C3C. Windows color (decimal): -13287360 or 4210741. OLE color: 4210741.

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

Color convert

RGB 53 64 64 -
CMYK 0.17 0 0 0.75
HSL 180º 0.09% 0.23% -
HSV(B) 180º 0.17% 0.25% -
XYZ 4.23 4.79 5.55 -
YUV 60.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 53 64 64 0.17 0 0 0.75 180 0.09 0.23
Hex 35 40 40 11 0 0 4B B4 9 17
Octal 65 100 100 21 0 0 113 264 11 27
Binary 110101 1000000 1000000 10001 0 0 1001011 10110100 1001 10111

Color Harmonies of #354040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354040

Black with #354040

Text Example


Text Example

White with #354040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354040; }

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

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

background-color css

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

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

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

border-color css

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

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

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