#353755

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

Shades of Lucky Point #353755

Tints of Lucky Point #353755

Color information

#353755 (or 0x353755) is unknown color: approx Lucky Point. HEX triplet: 35, 37 and 55. RGB value is (53,55,85). Sum of RGB (Red+Green+Blue) = 53+55+85=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #353755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353755 is #CAC8AA. Grayscale: #393939. Windows color (decimal): -13289643 or 5584693. OLE color: 5584693.

HSL color Cylindrical-coordinate representation of color #353755: hue angle of 236.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353755 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB535585-
CMYK0.380.3500.67
HSL236.25º23.19%27.06%-
HSV(B)236.25º37.65%33.33%-
XYZ4.474.159.16-
YUV57.82143.34124.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=27.46%
G=28.50%
B=44.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5355850.380.3500.67236.2523.1927.06
Hex3537552623043ec171b
Octal6567125464301033542733
Binary110101110111101010110011010001101000011111011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353755; }

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

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

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

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

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

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

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

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