Html Css Color HEX #344A46 Firefly

📋 copy color: '#344A46'

red 52 ◦ green 74 ◦ blue 70

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

Shades of Firefly #344A46

Tints of Firefly #344A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 26.53%
G = 37.76%
B = 35.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#344A46 (or 0x344A46) is known color: Firefly. HEX triplet: 34, 4A and 46. RGB value is (52,74,70). Sum of RGB (Red+Green+Blue) = 52+74+70=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 74 - color contains mainly: green. Hex color #344A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A46 is #CBB5B9. Grayscale: #424242. Windows color (decimal): -13350330 or 4606516. OLE color: 4606516.

HSL color Cylindrical-coordinate representation of color #344A46: hue angle of 169.09º 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 #344A46 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 74 70 -
CMYK 0.30 0 0.05 0.71
HSL 169.09º 0.17% 0.25% -
HSV(B) 169.09º 0.3% 0.29% -
XYZ 4.97 6.07 6.7 -
YUV 66.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 52 74 70 0.30 0 0.05 0.71 169.09 0.17 0.25
Hex 34 4A 46 1E 0 5 47 A9 11 19
Octal 64 112 106 36 0 5 107 251 21 31
Binary 110100 1001010 1000110 11110 0 101 1000111 10101001 10001 11001

Color Harmonies of #344A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A46

Black with #344A46

Text Example


Text Example

White with #344A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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