#36384A

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

Shades of Payne's Grey #36384A

Tints of Payne's Grey #36384A

Color information

#36384A (or 0x36384A) is unknown color: approx Payne's Grey. HEX triplet: 36, 38 and 4A. RGB value is (54,56,74). Sum of RGB (Red+Green+Blue) = 54+56+74=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #36384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36384A is #C9C7B5. Grayscale: #393939. Windows color (decimal): -13223862 or 4864054. OLE color: 4864054.

HSL color Cylindrical-coordinate representation of color #36384A: hue angle of 234º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36384A is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB545674-
CMYK0.270.2400.71
HSL234º15.62%25.1%-
HSV(B)234º27.03%29.02%-
XYZ4.174.117.05-
YUV57.45137.34125.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=29.35%
G=30.43%
B=40.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5456740.270.2400.7123415.6225.1
Hex36384A1B18047ea1019
Octal6670112333001073522031
Binary1101101110001001010110111100001000111111010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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