Html Css Color HEX #354644 Firefly

📋 copy color: '#354644'

red 53 ◦ green 70 ◦ blue 68

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

Shades of Firefly #354644

Tints of Firefly #354644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 27.75%
G = 36.65%
B = 35.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#354644 (or 0x354644) is known color: Firefly. HEX triplet: 35, 46 and 44. RGB value is (53,70,68). Sum of RGB (Red+Green+Blue) = 53+70+68=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #354644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354644 is #CAB9BB. Grayscale: #404040. Windows color (decimal): -13285820 or 4474421. OLE color: 4474421.

HSL color Cylindrical-coordinate representation of color #354644: hue angle of 172.94º degrees, saturation: 0.14, 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 #354644 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 70 68 -
CMYK 0.24 0 0.03 0.73
HSL 172.94º 0.14% 0.24% -
HSV(B) 172.94º 0.24% 0.27% -
XYZ 4.7 5.55 6.29 -
YUV 64.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 53 70 68 0.24 0 0.03 0.73 172.94 0.14 0.24
Hex 35 46 44 18 0 3 49 AD E 18
Octal 65 106 104 30 0 3 111 255 16 30
Binary 110101 1000110 1000100 11000 0 11 1001001 10101101 1110 11000

Color Harmonies of #354644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354644

Black with #354644

Text Example


Text Example

White with #354644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354644; }

 p { color: rgb(53,70,68); }

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

background-color css

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

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

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

border-color css

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

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

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