#353650

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

Shades of Lucky Point #353650

Tints of Lucky Point #353650

Color information

#353650 (or 0x353650) is unknown color: approx Lucky Point. HEX triplet: 35, 36 and 50. RGB value is (53,54,80). Sum of RGB (Red+Green+Blue) = 53+54+80=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #353650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353650 is #CAC9AF. Grayscale: #383838. Windows color (decimal): -13289904 or 5256757. OLE color: 5256757.

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

Color convert

RGB535480-
CMYK0.340.3300.69
HSL237.78º20.3%26.08%-
HSV(B)237.78º33.75%31.37%-
XYZ4.243.978.13-
YUV56.66141.17125.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=28.34%
G=28.88%
B=42.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5354800.340.3300.69237.7820.326.08
Hex3536502221045ee141a
Octal6566120424101053562432
Binary110101110110101000010001010000101000101111011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353650; }

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

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

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

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

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

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

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

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