Html Css Color HEX #344443 Firefly

📋 copy color: '#344443'

red 52 ◦ green 68 ◦ blue 67

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

Shades of Firefly #344443

Tints of Firefly #344443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 27.81%
G = 36.36%
B = 35.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#344443 (or 0x344443) is known color: Firefly. HEX triplet: 34, 44 and 43. RGB value is (52,68,67). Sum of RGB (Red+Green+Blue) = 52+68+67=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #344443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344443 is #CBBBBC. Grayscale: #3F3F3F. Windows color (decimal): -13351869 or 4408372. OLE color: 4408372.

HSL color Cylindrical-coordinate representation of color #344443: hue angle of 176.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #344443 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 67 -
CMYK 0.24 0 0.01 0.73
HSL 176.25º 0.13% 0.24% -
HSV(B) 176.25º 0.24% 0.27% -
XYZ 4.5 5.27 6.09 -
YUV 63.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 52 68 67 0.24 0 0.01 0.73 176.25 0.13 0.24
Hex 34 44 43 18 0 1 49 B0 D 18
Octal 64 104 103 30 0 1 111 260 15 30
Binary 110100 1000100 1000011 11000 0 1 1001001 10110000 1101 11000

Color Harmonies of #344443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344443

Black with #344443

Text Example


Text Example

White with #344443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344443; }

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

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

background-color css

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

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

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

border-color css

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

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

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