#363845

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

Shades of Payne's Grey #363845

Tints of Payne's Grey #363845

Color information

#363845 (or 0x363845) is unknown color: approx Payne's Grey. HEX triplet: 36, 38 and 45. RGB value is (54,56,69). Sum of RGB (Red+Green+Blue) = 54+56+69=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #363845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363845 is #C9C7BA. Grayscale: #383838. Windows color (decimal): -13223867 or 4536374. OLE color: 4536374.

HSL color Cylindrical-coordinate representation of color #363845: hue angle of 232º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #363845 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB545669-
CMYK0.220.1900.73
HSL232º12.2%24.12%-
HSV(B)232º21.74%27.06%-
XYZ4.014.046.2-
YUV56.88134.84125.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=30.17%
G=31.28%
B=38.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5456690.220.1900.7323212.224.12
Hex3638451613049e8c18
Octal6670105262301113501430
Binary110110111000100010110110100110100100111101000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363845; }

 p { color: rgb(54,56,69); }

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

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

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

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

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

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

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