Html Css Color HEX #3B4645 Firefly

📋 copy color: '#3B4645'

red 59 ◦ green 70 ◦ blue 69

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

Shades of Firefly #3B4645

Tints of Firefly #3B4645

RGB

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

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

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

R = 29.8%
G = 35.35%
B = 34.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#3B4645 (or 0x3B4645) is known color: Firefly. HEX triplet: 3B, 46 and 45. RGB value is (59,70,69). Sum of RGB (Red+Green+Blue) = 59+70+69=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4645 is #C4B9BA. Grayscale: #424242. Windows color (decimal): -12892603 or 4539963. OLE color: 4539963.

HSL color Cylindrical-coordinate representation of color #3B4645: hue angle of 174.55º 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 #3B4645 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 70 69 -
CMYK 0.16 0 0.01 0.73
HSL 174.55º 0.09% 0.25% -
HSV(B) 174.55º 0.16% 0.27% -
XYZ 5.07 5.74 6.47 -
YUV 66.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 59 70 69 0.16 0 0.01 0.73 174.55 0.09 0.25
Hex 3B 46 45 10 0 1 49 AF 9 19
Octal 73 106 105 20 0 1 111 257 11 31
Binary 111011 1000110 1000101 10000 0 1 1001001 10101111 1001 11001

Color Harmonies of #3B4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4645

Black with #3B4645

Text Example


Text Example

White with #3B4645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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