Html Css Color HEX #354442 Firefly

📋 copy color: '#354442'

red 53 ◦ green 68 ◦ blue 66

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

Shades of Firefly #354442

Tints of Firefly #354442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 28.34%
G = 36.36%
B = 35.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#354442 (or 0x354442) is known color: Firefly. HEX triplet: 35, 44 and 42. RGB value is (53,68,66). Sum of RGB (Red+Green+Blue) = 53+68+66=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #354442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354442 is #CABBBD. Grayscale: #3F3F3F. Windows color (decimal): -13286334 or 4342837. OLE color: 4342837.

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

Color convert

RGB 53 68 66 -
CMYK 0.22 0 0.03 0.73
HSL 172º 0.12% 0.24% -
HSV(B) 172º 0.22% 0.27% -
XYZ 4.52 5.28 5.94 -
YUV 63.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 53 68 66 0.22 0 0.03 0.73 172 0.12 0.24
Hex 35 44 42 16 0 3 49 AC C 18
Octal 65 104 102 26 0 3 111 254 14 30
Binary 110101 1000100 1000010 10110 0 11 1001001 10101100 1100 11000

Color Harmonies of #354442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354442

Black with #354442

Text Example


Text Example

White with #354442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354442; }

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

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

background-color css

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

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

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

border-color css

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

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

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