#36384C

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

Shades of Payne's Grey #36384C

Tints of Payne's Grey #36384C

Color information

#36384C (or 0x36384C) is unknown color: approx Payne's Grey. HEX triplet: 36, 38 and 4C. RGB value is (54,56,76). Sum of RGB (Red+Green+Blue) = 54+56+76=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #36384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36384C is #C9C7B3. Grayscale: #393939. Windows color (decimal): -13223860 or 4995126. OLE color: 4995126.

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

Color convert

RGB545676-
CMYK0.290.2600.70
HSL234.55º16.92%25.49%-
HSV(B)234.55º28.95%29.8%-
XYZ4.244.137.41-
YUV57.68138.34125.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=29.03%
G=30.11%
B=40.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5456760.290.2600.70234.5516.9225.49
Hex36384C1D1A046eb1119
Octal6670114353201063532131
Binary1101101110001001100111011101001000110111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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