#36364E

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

Shades of Payne's Grey #36364E

Tints of Payne's Grey #36364E

Color information

#36364E (or 0x36364E) is unknown color: approx Payne's Grey. HEX triplet: 36, 36 and 4E. RGB value is (54,54,78). Sum of RGB (Red+Green+Blue) = 54+54+78=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #36364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36364E is #C9C9B1. Grayscale: #383838. Windows color (decimal): -13224370 or 5125686. OLE color: 5125686.

HSL color Cylindrical-coordinate representation of color #36364E: hue angle of 240º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #36364E is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB545478-
CMYK0.310.3100.69
HSL240º18.18%25.88%-
HSV(B)240º30.77%30.59%-
XYZ4.223.977.75-
YUV56.74140126.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=29.03%
G=29.03%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5454780.310.3100.6924018.1825.88
Hex36364E1F1F045f0121a
Octal6666116373701053602232
Binary1101101101101001110111111111101000101111100001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36364E; }

 p { color: rgb(54,54,78); }

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

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

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

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

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

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

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