#35374A

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

Shades of Lucky Point #35374A

Tints of Lucky Point #35374A

Color information

#35374A (or 0x35374A) is unknown color: approx Lucky Point. HEX triplet: 35, 37 and 4A. RGB value is (53,55,74). Sum of RGB (Red+Green+Blue) = 53+55+74=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #35374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35374A is #CAC8B5. Grayscale: #383838. Windows color (decimal): -13289654 or 4863797. OLE color: 4863797.

HSL color Cylindrical-coordinate representation of color #35374A: hue angle of 234.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35374A is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB535574-
CMYK0.280.2600.71
HSL234.29º16.54%24.9%-
HSV(B)234.29º28.38%29.02%-
XYZ4.073.987.03-
YUV56.57137.84125.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=29.12%
G=30.22%
B=40.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5355740.280.2600.71234.2916.5424.9
Hex35374A1C1A047ea1119
Octal6567112343201073522131
Binary1101011101111001010111001101001000111111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35374A; }

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

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

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

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

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

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

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

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