#353750

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

Shades of Lucky Point #353750

Tints of Lucky Point #353750

Color information

#353750 (or 0x353750) is unknown color: approx Lucky Point. HEX triplet: 35, 37 and 50. RGB value is (53,55,80). Sum of RGB (Red+Green+Blue) = 53+55+80=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #353750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353750 is #CAC8AF. Grayscale: #393939. Windows color (decimal): -13289648 or 5257013. OLE color: 5257013.

HSL color Cylindrical-coordinate representation of color #353750: hue angle of 235.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353750 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB535580-
CMYK0.340.3100.69
HSL235.56º20.3%26.08%-
HSV(B)235.56º33.75%31.37%-
XYZ4.284.078.15-
YUV57.25140.84124.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=28.19%
G=29.26%
B=42.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5355800.340.3100.69235.5620.326.08
Hex353750221F045ec141a
Octal6567120423701053542432
Binary11010111011110100001000101111101000101111011001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353750; }

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

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

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

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

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

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

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

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