#353852

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

Shades of Lucky Point #353852

Tints of Lucky Point #353852

Color information

#353852 (or 0x353852) is unknown color: approx Lucky Point. HEX triplet: 35, 38 and 52. RGB value is (53,56,82). Sum of RGB (Red+Green+Blue) = 53+56+82=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #353852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353852 is #CAC7AD. Grayscale: #393939. Windows color (decimal): -13289390 or 5388341. OLE color: 5388341.

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

Color convert

RGB535682-
CMYK0.350.3200.68
HSL233.79º21.48%26.47%-
HSV(B)233.79º35.37%32.16%-
XYZ4.414.198.56-
YUV58.07141.51124.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=27.75%
G=29.32%
B=42.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5356820.350.3200.68233.7921.4826.47
Hex3538522320044ea151a
Octal6570122434001043522532
Binary110101111000101001010001110000001000100111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353852; }

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

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

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

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

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

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

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

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