Html Css Color HEX #334442 Firefly

📋 copy color: '#334442'

red 51 ◦ green 68 ◦ blue 66

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

Shades of Firefly #334442

Tints of Firefly #334442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 27.57%
G = 36.76%
B = 35.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#334442 (or 0x334442) is known color: Firefly. HEX triplet: 33, 44 and 42. RGB value is (51,68,66). Sum of RGB (Red+Green+Blue) = 51+68+66=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #334442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334442 is #CCBBBD. Grayscale: #3E3E3E. Windows color (decimal): -13417406 or 4342835. OLE color: 4342835.

HSL color Cylindrical-coordinate representation of color #334442: hue angle of 172.94º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #334442 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 66 -
CMYK 0.25 0 0.03 0.73
HSL 172.94º 0.14% 0.23% -
HSV(B) 172.94º 0.25% 0.27% -
XYZ 4.42 5.23 5.93 -
YUV 62.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 51 68 66 0.25 0 0.03 0.73 172.94 0.14 0.23
Hex 33 44 42 19 0 3 49 AD E 17
Octal 63 104 102 31 0 3 111 255 16 27
Binary 110011 1000100 1000010 11001 0 11 1001001 10101101 1110 10111

Color Harmonies of #334442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334442

Black with #334442

Text Example


Text Example

White with #334442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334442; }

 p { color: rgb(51,68,66); }

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

background-color css

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

 a { background-color: rgb(51,68,66); }

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

border-color css

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

 span { border-color: rgb(51,68,66); }

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