Html Css Color HEX #3B4745 Firefly

📋 copy color: '#3B4745'

red 59 ◦ green 71 ◦ blue 69

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

Shades of Firefly #3B4745

Tints of Firefly #3B4745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 29.65%
G = 35.68%
B = 34.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#3B4745 (or 0x3B4745) is known color: Firefly. HEX triplet: 3B, 47 and 45. RGB value is (59,71,69). Sum of RGB (Red+Green+Blue) = 59+71+69=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4745 is #C4B8BA. Grayscale: #434343. Windows color (decimal): -12892347 or 4540219. OLE color: 4540219.

HSL color Cylindrical-coordinate representation of color #3B4745: hue angle of 170º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B4745 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 71 69 -
CMYK 0.17 0 0.03 0.72
HSL 170º 0.09% 0.25% -
HSV(B) 170º 0.17% 0.28% -
XYZ 5.13 5.87 6.49 -
YUV 67.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 59 71 69 0.17 0 0.03 0.72 170 0.09 0.25
Hex 3B 47 45 11 0 3 48 AA 9 19
Octal 73 107 105 21 0 3 110 252 11 31
Binary 111011 1000111 1000101 10001 0 11 1001000 10101010 1001 11001

Color Harmonies of #3B4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4745

Black with #3B4745

Text Example


Text Example

White with #3B4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,71,69); }

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

background-color css

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

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

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

border-color css

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

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

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