#353855

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

Shades of Lucky Point #353855

Tints of Lucky Point #353855

Color information

#353855 (or 0x353855) is unknown color: approx Lucky Point. HEX triplet: 35, 38 and 55. RGB value is (53,56,85). Sum of RGB (Red+Green+Blue) = 53+56+85=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #353855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353855 is #CAC7AA. Grayscale: #3A3A3A. Windows color (decimal): -13289387 or 5584949. OLE color: 5584949.

HSL color Cylindrical-coordinate representation of color #353855: hue angle of 234.38º 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 #353855 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB535685-
CMYK0.380.3400.67
HSL234.38º23.19%27.06%-
HSV(B)234.38º37.65%33.33%-
XYZ4.524.249.17-
YUV58.41143.01124.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=27.32%
G=28.87%
B=43.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5356850.380.3400.67234.3823.1927.06
Hex3538552622043ea171b
Octal6570125464201033522733
Binary110101111000101010110011010001001000011111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353855; }

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

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

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

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

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

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

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

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