#343650

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

Shades of Lucky Point #343650

Tints of Lucky Point #343650

Color information

#343650 (or 0x343650) is unknown color: approx Lucky Point. HEX triplet: 34, 36 and 50. RGB value is (52,54,80). Sum of RGB (Red+Green+Blue) = 52+54+80=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #343650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343650 is #CBC9AF. Grayscale: #383838. Windows color (decimal): -13355440 or 5256756. OLE color: 5256756.

HSL color Cylindrical-coordinate representation of color #343650: hue angle of 235.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #343650 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525480-
CMYK0.350.3300.69
HSL235.71º21.21%25.88%-
HSV(B)235.71º35%31.37%-
XYZ4.183.958.13-
YUV56.37141.34124.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=27.96%
G=29.03%
B=43.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5254800.350.3300.69235.7121.2125.88
Hex3436502321045ec151a
Octal6466120434101053542532
Binary110100110110101000010001110000101000101111011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343650; }

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

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

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

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

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

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

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

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