#353752

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

Shades of Lucky Point #353752

Tints of Lucky Point #353752

Color information

#353752 (or 0x353752) is unknown color: approx Lucky Point. HEX triplet: 35, 37 and 52. RGB value is (53,55,82). Sum of RGB (Red+Green+Blue) = 53+55+82=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #353752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353752 is #CAC8AD. Grayscale: #393939. Windows color (decimal): -13289646 or 5388085. OLE color: 5388085.

HSL color Cylindrical-coordinate representation of color #353752: hue angle of 235.86º 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 #353752 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB535582-
CMYK0.350.3300.68
HSL235.86º21.48%26.47%-
HSV(B)235.86º35.37%32.16%-
XYZ4.364.18.54-
YUV57.48141.84124.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=27.89%
G=28.95%
B=43.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5355820.350.3300.68235.8621.4826.47
Hex3537522321044ec151a
Octal6567122434101043542532
Binary110101110111101001010001110000101000100111011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353752; }

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

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

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

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

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

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

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

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