#343649

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

Shades of Lucky Point #343649

Tints of Lucky Point #343649

Color information

#343649 (or 0x343649) is unknown color: approx Lucky Point. HEX triplet: 34, 36 and 49. RGB value is (52,54,73). Sum of RGB (Red+Green+Blue) = 52+54+73=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #343649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343649 is #CBC9B6. Grayscale: #373737. Windows color (decimal): -13355447 or 4798004. OLE color: 4798004.

HSL color Cylindrical-coordinate representation of color #343649: hue angle of 234.29º 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 #343649 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525473-
CMYK0.290.2600.71
HSL234.29º16.8%24.51%-
HSV(B)234.29º28.77%28.63%-
XYZ3.943.856.84-
YUV55.57137.84125.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 73 (28.91% from 255) = 40.78%
R=29.05%
G=30.17%
B=40.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5254730.290.2600.71234.2916.824.51
Hex3436491D1A047ea1119
Octal6466111353201073522131
Binary1101001101101001001111011101001000111111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343649; }

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

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

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

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

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

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

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

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