#373755

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

Shades of Payne's Grey #373755

Tints of Payne's Grey #373755

Color information

#373755 (or 0x373755) is unknown color: approx Payne's Grey. HEX triplet: 37, 37 and 55. RGB value is (55,55,85). Sum of RGB (Red+Green+Blue) = 55+55+85=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #373755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373755 is #C8C8AA. Grayscale: #3A3A3A. Windows color (decimal): -13158571 or 5584695. OLE color: 5584695.

HSL color Cylindrical-coordinate representation of color #373755: hue angle of 240º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #373755 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB555585-
CMYK0.350.3500.67
HSL240º21.43%27.45%-
HSV(B)240º35.29%33.33%-
XYZ4.584.29.16-
YUV58.42143125.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=28.21%
G=28.21%
B=43.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5555850.350.3500.6724021.4327.45
Hex3737552323043f0151b
Octal6767125434301033602533
Binary110111110111101010110001110001101000011111100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373755; }

 p { color: rgb(55,55,85); }

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

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

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

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

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

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

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