Html Css Color HEX #344948 Firefly

📋 copy color: '#344948'

red 52 ◦ green 73 ◦ blue 72

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

Shades of Firefly #344948

Tints of Firefly #344948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 26.4%
G = 37.06%
B = 36.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#344948 (or 0x344948) is known color: Firefly. HEX triplet: 34, 49 and 48. RGB value is (52,73,72). Sum of RGB (Red+Green+Blue) = 52+73+72=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #344948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344948 is #CBB6B7. Grayscale: #424242. Windows color (decimal): -13350584 or 4737332. OLE color: 4737332.

HSL color Cylindrical-coordinate representation of color #344948: hue angle of 177.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344948 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 72 -
CMYK 0.29 0 0.01 0.71
HSL 177.14º 0.17% 0.25% -
HSV(B) 177.14º 0.29% 0.29% -
XYZ 4.97 5.96 7.02 -
YUV 66.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 52 73 72 0.29 0 0.01 0.71 177.14 0.17 0.25
Hex 34 49 48 1D 0 1 47 B1 11 19
Octal 64 111 110 35 0 1 107 261 21 31
Binary 110100 1001001 1001000 11101 0 1 1000111 10110001 10001 11001

Color Harmonies of #344948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344948

Black with #344948

Text Example


Text Example

White with #344948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344948; }

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

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

background-color css

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

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

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

border-color css

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

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

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