Html Css Color HEX #334745 Firefly

📋 copy color: '#334745'

red 51 ◦ green 71 ◦ blue 69

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

Shades of Firefly #334745

Tints of Firefly #334745

RGB

 RED value IS 51 (20.31% from 255) = 26.7%

 GREEN value IS 71 (28.13% from 255) = 37.17%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 26.7%
G = 37.17%
B = 36.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#334745 (or 0x334745) is known color: Firefly. HEX triplet: 33, 47 and 45. RGB value is (51,71,69). Sum of RGB (Red+Green+Blue) = 51+71+69=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #334745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334745 is #CCB8BA. Grayscale: #404040. Windows color (decimal): -13416635 or 4540211. OLE color: 4540211.

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

Color convert

RGB 51 71 69 -
CMYK 0.28 0 0.03 0.72
HSL 174º 0.16% 0.24% -
HSV(B) 174º 0.28% 0.28% -
XYZ 4.69 5.64 6.47 -
YUV 64.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 51 71 69 0.28 0 0.03 0.72 174 0.16 0.24
Hex 33 47 45 1C 0 3 48 AE 10 18
Octal 63 107 105 34 0 3 110 256 20 30
Binary 110011 1000111 1000101 11100 0 11 1001000 10101110 10000 11000

Color Harmonies of #334745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334745

Black with #334745

Text Example


Text Example

White with #334745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334745; }

 p { color: rgb(51,71,69); }

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

background-color css

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

 a { background-color: rgb(51,71,69); }

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

border-color css

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

 span { border-color: rgb(51,71,69); }

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