#304344

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

Shades of Firefly #304344

Tints of Firefly #304344

Color information

#304344 (or 0x304344) is unknown color: approx Firefly. HEX triplet: 30, 43 and 44. RGB value is (48,67,68). Sum of RGB (Red+Green+Blue) = 48+67+68=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #304344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304344 is #CFBCBB. Grayscale: #3D3D3D. Windows color (decimal): -13614268 or 4473648. OLE color: 4473648.

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

Color convert

RGB486768-
CMYK0.290.0100.73
HSL183º17.24%22.75%-
HSV(B)183º29.41%26.67%-
XYZ4.275.066.22-
YUV61.43131.71118.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=26.23%
G=36.61%
B=37.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4867680.290.0100.7318317.2422.75
Hex3043441D1049b71117
Octal6010310435101112672127
Binary1100001000011100010011101101001001101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304344; }

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

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

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

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

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

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

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

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