Html Css Color HEX #344844 Firefly

📋 copy color: '#344844'

red 52 ◦ green 72 ◦ blue 68

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

Shades of Firefly #344844

Tints of Firefly #344844

RGB

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

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

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

R = 27.08%
G = 37.5%
B = 35.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#344844 (or 0x344844) is known color: Firefly. HEX triplet: 34, 48 and 44. RGB value is (52,72,68). Sum of RGB (Red+Green+Blue) = 52+72+68=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #344844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344844 is #CBB7BB. Grayscale: #414141. Windows color (decimal): -13350844 or 4474932. OLE color: 4474932.

HSL color Cylindrical-coordinate representation of color #344844: hue angle of 168º 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 #344844 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 68 -
CMYK 0.28 0 0.06 0.72
HSL 168º 0.16% 0.24% -
HSV(B) 168º 0.28% 0.28% -
XYZ 4.78 5.78 6.33 -
YUV 65.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 52 72 68 0.28 0 0.06 0.72 168 0.16 0.24
Hex 34 48 44 1C 0 6 48 A8 10 18
Octal 64 110 104 34 0 6 110 250 20 30
Binary 110100 1001000 1000100 11100 0 110 1001000 10101000 10000 11000

Color Harmonies of #344844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344844

Black with #344844

Text Example


Text Example

White with #344844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344844; }

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

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

background-color css

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

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

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

border-color css

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

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

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