#343350

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

Shades of Lucky Point #343350

Tints of Lucky Point #343350

Color information

#343350 (or 0x343350) is unknown color: approx Lucky Point. HEX triplet: 34, 33 and 50. RGB value is (52,51,80). Sum of RGB (Red+Green+Blue) = 52+51+80=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #343350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343350 is #CBCCAF. Grayscale: #363636. Windows color (decimal): -13356208 or 5255988. OLE color: 5255988.

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

Color convert

RGB525180-
CMYK0.350.3600.69
HSL242.07º22.14%25.69%-
HSV(B)242.07º36.25%31.37%-
XYZ4.053.688.09-
YUV54.6142.33126.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=28.42%
G=27.87%
B=43.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5251800.350.3600.69242.0722.1425.69
Hex3433502324045f2161a
Octal6463120434401053622632
Binary110100110011101000010001110010001000101111100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343350; }

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

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

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

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

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

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

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

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