Html Css Color HEX #354B48 Firefly

📋 copy color: '#354B48'

red 53 ◦ green 75 ◦ blue 72

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

Shades of Firefly #354B48

Tints of Firefly #354B48

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 26.5%
G = 37.5%
B = 36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#354B48 (or 0x354B48) is known color: Firefly. HEX triplet: 35, 4B and 48. RGB value is (53,75,72). Sum of RGB (Red+Green+Blue) = 53+75+72=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #354B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B48 is #CAB4B7. Grayscale: #444444. Windows color (decimal): -13284536 or 4737845. OLE color: 4737845.

HSL color Cylindrical-coordinate representation of color #354B48: hue angle of 171.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B48 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 72 -
CMYK 0.29 0 0.04 0.71
HSL 171.82º 0.17% 0.25% -
HSV(B) 171.82º 0.29% 0.29% -
XYZ 5.15 6.26 7.07 -
YUV 68.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 53 75 72 0.29 0 0.04 0.71 171.82 0.17 0.25
Hex 35 4B 48 1D 0 4 47 AC 11 19
Octal 65 113 110 35 0 4 107 254 21 31
Binary 110101 1001011 1001000 11101 0 100 1000111 10101100 10001 11001

Color Harmonies of #354B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B48

Black with #354B48

Text Example


Text Example

White with #354B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354B48; }

 p { color: rgb(53,75,72); }

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

background-color css

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

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

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

border-color css

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

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

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