#353451

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

Shades of Lucky Point #353451

Tints of Lucky Point #353451

Color information

#353451 (or 0x353451) is unknown color: approx Lucky Point. HEX triplet: 35, 34 and 51. RGB value is (53,52,81). Sum of RGB (Red+Green+Blue) = 53+52+81=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #353451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353451 is #CACBAE. Grayscale: #373737. Windows color (decimal): -13290415 or 5321781. OLE color: 5321781.

HSL color Cylindrical-coordinate representation of color #353451: hue angle of 242.07º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #353451 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB535281-
CMYK0.350.3600.68
HSL242.07º21.8%26.08%-
HSV(B)242.07º35.8%31.76%-
XYZ4.183.818.3-
YUV55.6142.33126.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=28.49%
G=27.96%
B=43.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5352810.350.3600.68242.0721.826.08
Hex3534512324044f2161a
Octal6564121434401043622632
Binary110101110100101000110001110010001000100111100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353451; }

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

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

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

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

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

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

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

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