#36384D

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

Shades of Payne's Grey #36384D

Tints of Payne's Grey #36384D

Color information

#36384D (or 0x36384D) is unknown color: approx Payne's Grey. HEX triplet: 36, 38 and 4D. RGB value is (54,56,77). Sum of RGB (Red+Green+Blue) = 54+56+77=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #36384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36384D is #C9C7B2. Grayscale: #393939. Windows color (decimal): -13223859 or 5060662. OLE color: 5060662.

HSL color Cylindrical-coordinate representation of color #36384D: hue angle of 234.78º 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 #36384D is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB545677-
CMYK0.300.2700.70
HSL234.78º17.56%25.69%-
HSV(B)234.78º29.87%30.2%-
XYZ4.284.157.6-
YUV57.8138.84125.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=28.88%
G=29.95%
B=41.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5456770.300.2700.70234.7817.5625.69
Hex36384D1E1B046eb121a
Octal6670115363301063532232
Binary1101101110001001101111101101101000110111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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