#36374C

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

Shades of Payne's Grey #36374C

Tints of Payne's Grey #36374C

Color information

#36374C (or 0x36374C) is unknown color: approx Payne's Grey. HEX triplet: 36, 37 and 4C. RGB value is (54,55,76). Sum of RGB (Red+Green+Blue) = 54+55+76=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #36374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36374C is #C9C8B3. Grayscale: #393939. Windows color (decimal): -13224116 or 4994870. OLE color: 4994870.

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

Color convert

RGB545576-
CMYK0.290.2800.70
HSL237.27º16.92%25.49%-
HSV(B)237.27º28.95%29.8%-
XYZ4.194.047.4-
YUV57.1138.67125.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=29.19%
G=29.73%
B=41.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5455760.290.2800.70237.2716.9225.49
Hex36374C1D1C046ed1119
Octal6667114353401063552131
Binary1101101101111001100111011110001000110111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36374C; }

 p { color: rgb(54,55,76); }

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

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

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

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

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

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

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