#353652

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

Shades of Lucky Point #353652

Tints of Lucky Point #353652

Color information

#353652 (or 0x353652) is unknown color: approx Lucky Point. HEX triplet: 35, 36 and 52. RGB value is (53,54,82). Sum of RGB (Red+Green+Blue) = 53+54+82=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #353652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353652 is #CAC9AD. Grayscale: #383838. Windows color (decimal): -13289902 or 5387829. OLE color: 5387829.

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

Color convert

RGB535482-
CMYK0.350.3400.68
HSL237.93º21.48%26.47%-
HSV(B)237.93º35.37%32.16%-
XYZ4.3148.53-
YUV56.89142.17125.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=28.04%
G=28.57%
B=43.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5354820.350.3400.68237.9321.4826.47
Hex3536522322044ee151a
Octal6566122434201043562532
Binary110101110110101001010001110001001000100111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353652; }

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

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

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

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

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

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

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

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