Html Css Color HEX #354443 Firefly

📋 copy color: '#354443'

red 53 ◦ green 68 ◦ blue 67

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

Shades of Firefly #354443

Tints of Firefly #354443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 28.19%
G = 36.17%
B = 35.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#354443 (or 0x354443) is known color: Firefly. HEX triplet: 35, 44 and 43. RGB value is (53,68,67). Sum of RGB (Red+Green+Blue) = 53+68+67=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #354443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354443 is #CABBBC. Grayscale: #3F3F3F. Windows color (decimal): -13286333 or 4408373. OLE color: 4408373.

HSL color Cylindrical-coordinate representation of color #354443: hue angle of 176º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #354443 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 67 -
CMYK 0.22 0 0.01 0.73
HSL 176º 0.12% 0.24% -
HSV(B) 176º 0.22% 0.27% -
XYZ 4.55 5.3 6.09 -
YUV 63.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 53 68 67 0.22 0 0.01 0.73 176 0.12 0.24
Hex 35 44 43 16 0 1 49 B0 C 18
Octal 65 104 103 26 0 1 111 260 14 30
Binary 110101 1000100 1000011 10110 0 1 1001001 10110000 1100 11000

Color Harmonies of #354443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354443

Black with #354443

Text Example


Text Example

White with #354443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354443; }

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

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

background-color css

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

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

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

border-color css

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

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

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