#36374D

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

Shades of Payne's Grey #36374D

Tints of Payne's Grey #36374D

Color information

#36374D (or 0x36374D) is unknown color: approx Payne's Grey. HEX triplet: 36, 37 and 4D. RGB value is (54,55,77). Sum of RGB (Red+Green+Blue) = 54+55+77=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #36374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36374D is #C9C8B2. Grayscale: #393939. Windows color (decimal): -13224115 or 5060406. OLE color: 5060406.

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

Color convert

RGB545577-
CMYK0.300.2900.70
HSL237.39º17.56%25.69%-
HSV(B)237.39º29.87%30.2%-
XYZ4.234.057.58-
YUV57.21139.17125.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=29.03%
G=29.57%
B=41.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5455770.300.2900.70237.3917.5625.69
Hex36374D1E1D046ed121a
Octal6667115363501063552232
Binary1101101101111001101111101110101000110111011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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