#36364B

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

Shades of Payne's Grey #36364B

Tints of Payne's Grey #36364B

Color information

#36364B (or 0x36364B) is unknown color: approx Payne's Grey. HEX triplet: 36, 36 and 4B. RGB value is (54,54,75). Sum of RGB (Red+Green+Blue) = 54+54+75=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #36364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36364B is #C9C9B4. Grayscale: #383838. Windows color (decimal): -13224373 or 4929078. OLE color: 4929078.

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

Color convert

RGB545475-
CMYK0.280.2800.71
HSL240º16.28%25.29%-
HSV(B)240º28%29.41%-
XYZ4.113.937.2-
YUV56.39138.5126.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=29.51%
G=29.51%
B=40.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5454750.280.2800.7124016.2825.29
Hex36364B1C1C047f01019
Octal6666113343401073602031
Binary1101101101101001011111001110001000111111100001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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