Html Css Color HEX #3B4646 Firefly

📋 copy color: '#3B4646'

red 59 ◦ green 70 ◦ blue 70

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

Shades of Firefly #3B4646

Tints of Firefly #3B4646

RGB

 RED value IS 59 (23.44% from 255) = 29.65%

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 29.65%
G = 35.18%
B = 35.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B4646 (or 0x3B4646) is known color: Firefly. HEX triplet: 3B, 46 and 46. RGB value is (59,70,70). Sum of RGB (Red+Green+Blue) = 59+70+70=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #3B4646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4646 is #C4B9B9. Grayscale: #424242. Windows color (decimal): -12892602 or 4605499. OLE color: 4605499.

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

Color convert

RGB 59 70 70 -
CMYK 0.16 0 0 0.73
HSL 180º 0.09% 0.25% -
HSV(B) 180º 0.16% 0.27% -
XYZ 5.1 5.75 6.64 -
YUV 66.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 59 70 70 0.16 0 0 0.73 180 0.09 0.25
Hex 3B 46 46 10 0 0 49 B4 9 19
Octal 73 106 106 20 0 0 111 264 11 31
Binary 111011 1000110 1000110 10000 0 0 1001001 10110100 1001 11001

Color Harmonies of #3B4646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4646

Black with #3B4646

Text Example


Text Example

White with #3B4646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4646; }

 p { color: rgb(59,70,70); }

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

background-color css

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

 a { background-color: rgb(59,70,70); }

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

border-color css

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

 span { border-color: rgb(59,70,70); }

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