Html Css Color HEX #344845 Firefly

📋 copy color: '#344845'

red 52 ◦ green 72 ◦ blue 69

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

Shades of Firefly #344845

Tints of Firefly #344845

RGB

 RED value IS 52 (20.7% from 255) = 26.94%

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

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

R = 26.94%
G = 37.31%
B = 35.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#344845 (or 0x344845) is known color: Firefly. HEX triplet: 34, 48 and 45. RGB value is (52,72,69). Sum of RGB (Red+Green+Blue) = 52+72+69=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #344845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344845 is #CBB7BA. Grayscale: #414141. Windows color (decimal): -13350843 or 4540468. OLE color: 4540468.

HSL color Cylindrical-coordinate representation of color #344845: hue angle of 171º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #344845 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 69 -
CMYK 0.28 0 0.04 0.72
HSL 171º 0.16% 0.24% -
HSV(B) 171º 0.28% 0.28% -
XYZ 4.81 5.79 6.5 -
YUV 65.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 52 72 69 0.28 0 0.04 0.72 171 0.16 0.24
Hex 34 48 45 1C 0 4 48 AB 10 18
Octal 64 110 105 34 0 4 110 253 20 30
Binary 110100 1001000 1000101 11100 0 100 1001000 10101011 10000 11000

Color Harmonies of #344845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344845

Black with #344845

Text Example


Text Example

White with #344845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344845; }

 p { color: rgb(52,72,69); }

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

background-color css

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

 a { background-color: rgb(52,72,69); }

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

border-color css

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

 span { border-color: rgb(52,72,69); }

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