Html Css Color HEX #344A48 Firefly

📋 copy color: '#344A48'

red 52 ◦ green 74 ◦ blue 72

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

Shades of Firefly #344A48

Tints of Firefly #344A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

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

R = 26.26%
G = 37.37%
B = 36.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#344A48 (or 0x344A48) is known color: Firefly. HEX triplet: 34, 4A and 48. RGB value is (52,74,72). Sum of RGB (Red+Green+Blue) = 52+74+72=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 74 - color contains mainly: green. Hex color #344A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A48 is #CBB5B7. Grayscale: #434343. Windows color (decimal): -13350328 or 4737588. OLE color: 4737588.

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

Color convert

RGB 52 74 72 -
CMYK 0.30 0 0.03 0.71
HSL 174.55º 0.17% 0.25% -
HSV(B) 174.55º 0.3% 0.29% -
XYZ 5.03 6.1 7.04 -
YUV 67.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 52 74 72 0.30 0 0.03 0.71 174.55 0.17 0.25
Hex 34 4A 48 1E 0 3 47 AF 11 19
Octal 64 112 110 36 0 3 107 257 21 31
Binary 110100 1001010 1001000 11110 0 11 1000111 10101111 10001 11001

Color Harmonies of #344A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A48

Black with #344A48

Text Example


Text Example

White with #344A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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