#353748

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

Shades of Payne's Grey #353748

Tints of Payne's Grey #353748

Color information

#353748 (or 0x353748) is unknown color: approx Payne's Grey. HEX triplet: 35, 37 and 48. RGB value is (53,55,72). Sum of RGB (Red+Green+Blue) = 53+55+72=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #353748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353748 is #CAC8B7. Grayscale: #383838. Windows color (decimal): -13289656 or 4732725. OLE color: 4732725.

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

Color convert

RGB535572-
CMYK0.260.2400.72
HSL233.68º15.2%24.51%-
HSV(B)233.68º26.39%28.24%-
XYZ43.966.68-
YUV56.34136.84125.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 72 (28.52% from 255) = 40%
R=29.44%
G=30.56%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5355720.260.2400.72233.6815.224.51
Hex3537481A18048eaf19
Octal6567110323001103521731
Binary110101110111100100011010110000100100011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353748; }

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

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

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

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

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

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

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

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