#353756

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

Shades of Lucky Point #353756

Tints of Lucky Point #353756

Color information

#353756 (or 0x353756) is unknown color: approx Lucky Point. HEX triplet: 35, 37 and 56. RGB value is (53,55,86). Sum of RGB (Red+Green+Blue) = 53+55+86=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #353756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353756 is #CAC8A9. Grayscale: #393939. Windows color (decimal): -13289642 or 5650229. OLE color: 5650229.

HSL color Cylindrical-coordinate representation of color #353756: hue angle of 236.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353756 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB535586-
CMYK0.380.3600.66
HSL236.36º23.74%27.25%-
HSV(B)236.36º38.37%33.73%-
XYZ4.514.169.37-
YUV57.94143.84124.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=27.32%
G=28.35%
B=44.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5355860.380.3600.66236.3623.7427.25
Hex3537562624042ec181b
Octal6567126464401023543033
Binary110101110111101011010011010010001000010111011001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353756; }

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

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

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

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

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

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

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

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