Html Css Color HEX #334441 Firefly

📋 copy color: '#334441'

red 51 ◦ green 68 ◦ blue 65

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

Shades of Firefly #334441

Tints of Firefly #334441

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 value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#334441 (or 0x334441) is known color: 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

RGB 51 68 65 -
CMYK 0.25 0 0.04 0.73
HSL 169.41º 0.14% 0.23% -
HSV(B) 169.41º 0.25% 0.27% -
XYZ 4.39 5.22 5.78 -
YUV 62.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 51 68 65 0.25 0 0.04 0.73 169.41 0.14 0.23
Hex 33 44 41 19 0 4 49 A9 E 17
Octal 63 104 101 31 0 4 111 251 16 27
Binary 110011 1000100 1000001 11001 0 100 1001001 10101001 1110 10111

Color Harmonies of #334441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334441

Black with #334441

Text Example


Text Example

White with #334441

Text Example


Text Example

HTML Codes & Css Web 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>