#36404A

Color #36404A Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #36404A

Tints of Arsenic #36404A

Color information

#36404A (or 0x36404A) is unknown color: approx Arsenic. HEX triplet: 36, 40 and 4A. RGB value is (54,64,74). Sum of RGB (Red+Green+Blue) = 54+64+74=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 74 - color contains mainly: blue. Hex color #36404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36404A is #C9BFB5. Grayscale: #3E3E3E. Windows color (decimal): -13221814 or 4866102. OLE color: 4866102.

HSL color Cylindrical-coordinate representation of color #36404A: hue angle of 210º 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 #36404A is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB546474-
CMYK0.270.1400.71
HSL210º15.62%25.1%-
HSV(B)210º27.03%29.02%-
XYZ4.594.957.19-
YUV62.15134.69122.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=28.12%
G=33.33%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5464740.270.1400.7121015.6225.1
Hex36404A1BE047d21019
Octal66100112331601073222031
Binary1101101000000100101011011111001000111110100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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