Html Css Color HEX #324444 Firefly

📋 copy color: '#324444'

red 50 ◦ green 68 ◦ blue 68

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

Shades of Firefly #324444

Tints of Firefly #324444

RGB

 RED value IS 50 (19.92% from 255) = 26.88%

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 26.88%
G = 36.56%
B = 36.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#324444 (or 0x324444) is known color: Firefly. HEX triplet: 32, 44 and 44. RGB value is (50,68,68). Sum of RGB (Red+Green+Blue) = 50+68+68=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #324444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324444 is #CDBBBB. Grayscale: #3E3E3E. Windows color (decimal): -13482940 or 4473906. OLE color: 4473906.

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

Color convert

RGB 50 68 68 -
CMYK 0.26 0 0 0.73
HSL 180º 0.15% 0.23% -
HSV(B) 180º 0.26% 0.27% -
XYZ 4.43 5.23 6.25 -
YUV 62.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 50 68 68 0.26 0 0 0.73 180 0.15 0.23
Hex 32 44 44 1A 0 0 49 B4 F 17
Octal 62 104 104 32 0 0 111 264 17 27
Binary 110010 1000100 1000100 11010 0 0 1001001 10110100 1111 10111

Color Harmonies of #324444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324444

Black with #324444

Text Example


Text Example

White with #324444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324444; }

 p { color: rgb(50,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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