Html Css Color HEX #3C4644 Firefly

📋 copy color: '#3C4644'

red 60 ◦ green 70 ◦ blue 68

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

Shades of Firefly #3C4644

Tints of Firefly #3C4644

RGB

 RED value IS 60 (23.83% from 255) = 30.3%

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

 BLUE value IS 68 (26.95% from 255) = 34.34%

R = 30.3%
G = 35.35%
B = 34.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#3C4644 (or 0x3C4644) is known color: Firefly. HEX triplet: 3C, 46 and 44. RGB value is (60,70,68). Sum of RGB (Red+Green+Blue) = 60+70+68=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4644 is #C3B9BB. Grayscale: #424242. Windows color (decimal): -12827068 or 4474428. OLE color: 4474428.

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

Color convert

RGB 60 70 68 -
CMYK 0.14 0 0.03 0.73
HSL 168º 0.08% 0.25% -
HSV(B) 168º 0.14% 0.27% -
XYZ 5.1 5.76 6.31 -
YUV 66.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 60 70 68 0.14 0 0.03 0.73 168 0.08 0.25
Hex 3C 46 44 E 0 3 49 A8 8 19
Octal 74 106 104 16 0 3 111 250 10 31
Binary 111100 1000110 1000100 1110 0 11 1001001 10101000 1000 11001

Color Harmonies of #3C4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4644

Black with #3C4644

Text Example


Text Example

White with #3C4644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,70,68); }

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

background-color css

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

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

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

border-color css

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

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

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