#353453

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

Shades of Lucky Point #353453

Tints of Lucky Point #353453

Color information

#353453 (or 0x353453) is unknown color: approx Lucky Point. HEX triplet: 35, 34 and 53. RGB value is (53,52,83). Sum of RGB (Red+Green+Blue) = 53+52+83=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #353453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353453 is #CACBAC. Grayscale: #373737. Windows color (decimal): -13290413 or 5452853. OLE color: 5452853.

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

Color convert

RGB535283-
CMYK0.360.3700.67
HSL241.94º22.96%26.47%-
HSV(B)241.94º37.35%32.55%-
XYZ4.263.848.7-
YUV55.83143.33125.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=28.19%
G=27.66%
B=44.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5352830.360.3700.67241.9422.9626.47
Hex3534532425043f2171a
Octal6564123444501033622732
Binary110101110100101001110010010010101000011111100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353453; }

 p { color: rgb(53,52,83); }

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

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

 a { background-color: rgb(53,52,83); }

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

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

 span { border-color: rgb(53,52,83); }

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