#334441

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

Shades of Firefly #334441

Tints of Firefly #334441

Color information

#334441 (or 0x334441) is unknown color: approx Firefly. HEX triplet: 33, 44 and 41. RGB value is (51,68,65). Sum of RGB (Red+Green+Blue) = 51+68+65=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #334441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334441 is #CCBBBE. Grayscale: #3E3E3E. Windows color (decimal): -13417407 or 4277299. OLE color: 4277299.

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

Color convert

RGB516865-
CMYK0.2500.040.73
HSL169.41º14.29%23.33%-
HSV(B)169.41º25%26.67%-
XYZ4.395.225.78-
YUV62.57129.37119.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=27.72%
G=36.96%
B=35.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168650.2500.040.73169.4114.2923.33
Hex334441190449a9e17
Octal6310410131041112511627
Binary11001110001001000001110010100100100110101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334441; }

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

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

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

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

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

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

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

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