#353647

Color #353647 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #353647

Tints of Payne's Grey #353647

Color information

#353647 (or 0x353647) is unknown color: approx Payne's Grey. HEX triplet: 35, 36 and 47. RGB value is (53,54,71). Sum of RGB (Red+Green+Blue) = 53+54+71=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: blue. Hex color #353647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353647 is #CAC9B8. Grayscale: #373737. Windows color (decimal): -13289913 or 4666933. OLE color: 4666933.

HSL color Cylindrical-coordinate representation of color #353647: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353647 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB535471-
CMYK0.250.2400.72
HSL236.67º14.52%24.31%-
HSV(B)236.67º25.35%27.84%-
XYZ3.923.856.5-
YUV55.64136.67126.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=29.78%
G=30.34%
B=39.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5354710.250.2400.72236.6714.5224.31
Hex3536471918048edf18
Octal6566107313001103551730
Binary110101110110100011111001110000100100011101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353647; }

 p { color: rgb(53,54,71); }

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

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

 a { background-color: rgb(53,54,71); }

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

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

 span { border-color: rgb(53,54,71); }

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