Html Css Color HEX #3A4846 Firefly

📋 copy color: '#3A4846'

red 58 ◦ green 72 ◦ blue 70

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

Shades of Firefly #3A4846

Tints of Firefly #3A4846

RGB

 RED value IS 58 (23.05% from 255) = 29%

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 29%
G = 36%
B = 35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#3A4846 (or 0x3A4846) is known color: Firefly. HEX triplet: 3A, 48 and 46. RGB value is (58,72,70). Sum of RGB (Red+Green+Blue) = 58+72+70=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4846 is #C5B7B9. Grayscale: #434343. Windows color (decimal): -12957626 or 4606010. OLE color: 4606010.

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

Color convert

RGB 58 72 70 -
CMYK 0.19 0 0.03 0.72
HSL 171.43º 0.11% 0.25% -
HSV(B) 171.43º 0.19% 0.28% -
XYZ 5.17 5.98 6.68 -
YUV 67.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 58 72 70 0.19 0 0.03 0.72 171.43 0.11 0.25
Hex 3A 48 46 13 0 3 48 AB B 19
Octal 72 110 106 23 0 3 110 253 13 31
Binary 111010 1001000 1000110 10011 0 11 1001000 10101011 1011 11001

Color Harmonies of #3A4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4846

Black with #3A4846

Text Example


Text Example

White with #3A4846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,70); }

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

background-color css

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

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

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

border-color css

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

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

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