#334442

Color #334442 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #334442

Tints of Firefly #334442

Color information

#334442 (or 0x334442) is unknown color: approx Firefly. HEX triplet: 33, 44 and 42. RGB value is (51,68,66). Sum of RGB (Red+Green+Blue) = 51+68+66=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #334442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334442 is #CCBBBD. Grayscale: #3E3E3E. Windows color (decimal): -13417406 or 4342835. OLE color: 4342835.

HSL color Cylindrical-coordinate representation of color #334442: hue angle of 172.94º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #334442 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB516866-
CMYK0.2500.030.73
HSL172.94º14.29%23.33%-
HSV(B)172.94º25%26.67%-
XYZ4.425.235.93-
YUV62.69129.87119.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=27.57%
G=36.76%
B=35.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168660.2500.030.73172.9414.2923.33
Hex334442190349ade17
Octal6310410231031112551627
Binary1100111000100100001011001011100100110101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334442; }

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

 H1.HeaderClassName
 {
   color: #334442;
 }
 .AnyTagClassName
 {
   color: #334442;
 }
</style>
background-color css

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

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

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

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

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

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