Html Css Color HEX #3A4847 Firefly

📋 copy color: '#3A4847'

red 58 ◦ green 72 ◦ blue 71

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

Shades of Firefly #3A4847

Tints of Firefly #3A4847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 28.86%
G = 35.82%
B = 35.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#3A4847 (or 0x3A4847) is known color: Firefly. HEX triplet: 3A, 48 and 47. RGB value is (58,72,71). Sum of RGB (Red+Green+Blue) = 58+72+71=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4847 is #C5B7B8. Grayscale: #434343. Windows color (decimal): -12957625 or 4671546. OLE color: 4671546.

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

Color convert

RGB 58 72 71 -
CMYK 0.19 0 0.01 0.72
HSL 175.71º 0.11% 0.25% -
HSV(B) 175.71º 0.19% 0.28% -
XYZ 5.2 5.99 6.84 -
YUV 67.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 58 72 71 0.19 0 0.01 0.72 175.71 0.11 0.25
Hex 3A 48 47 13 0 1 48 B0 B 19
Octal 72 110 107 23 0 1 110 260 13 31
Binary 111010 1001000 1000111 10011 0 1 1001000 10110000 1011 11001

Color Harmonies of #3A4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4847

Black with #3A4847

Text Example


Text Example

White with #3A4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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