#343749

Color #343749 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #343749

Tints of Lucky Point #343749

Color information

#343749 (or 0x343749) is unknown color: approx Lucky Point. HEX triplet: 34, 37 and 49. RGB value is (52,55,73). Sum of RGB (Red+Green+Blue) = 52+55+73=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #343749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343749 is #CBC8B6. Grayscale: #383838. Windows color (decimal): -13355191 or 4798260. OLE color: 4798260.

HSL color Cylindrical-coordinate representation of color #343749: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343749 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525573-
CMYK0.290.2500.71
HSL231.43º16.8%24.51%-
HSV(B)231.43º28.77%28.63%-
XYZ3.983.946.85-
YUV56.16137.51125.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=28.89%
G=30.56%
B=40.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5255730.290.2500.71231.4316.824.51
Hex3437491D19047e71119
Octal6467111353101073472131
Binary1101001101111001001111011100101000111111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343749; }

 p { color: rgb(52,55,73); }

 H1.HeaderClassName
 {
   color: #343749;
 }
 .AnyTagClassName
 {
   color: #343749;
 }
</style>
background-color css

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

 a { background-color: rgb(52,55,73); }

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

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

 span { border-color: rgb(52,55,73); }

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