#373955

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

Shades of Payne's Grey #373955

Tints of Payne's Grey #373955

Color information

#373955 (or 0x373955) is unknown color: approx Payne's Grey. HEX triplet: 37, 39 and 55. RGB value is (55,57,85). Sum of RGB (Red+Green+Blue) = 55+57+85=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #373955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373955 is #C8C6AA. Grayscale: #3B3B3B. Windows color (decimal): -13158059 or 5585207. OLE color: 5585207.

HSL color Cylindrical-coordinate representation of color #373955: hue angle of 236º 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 #373955 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB555785-
CMYK0.350.3300.67
HSL236º21.43%27.45%-
HSV(B)236º35.29%33.33%-
XYZ4.684.399.2-
YUV59.59142.34124.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=27.92%
G=28.93%
B=43.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5557850.350.3300.6723621.4327.45
Hex3739552321043ec151b
Octal6771125434101033542533
Binary110111111001101010110001110000101000011111011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373955; }

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

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

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

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

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

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

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

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