#36414D

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

Shades of Arsenic #36414D

Tints of Arsenic #36414D

Color information

#36414D (or 0x36414D) is unknown color: approx Arsenic. HEX triplet: 36, 41 and 4D. RGB value is (54,65,77). Sum of RGB (Red+Green+Blue) = 54+65+77=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #36414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36414D is #C9BEB2. Grayscale: #3F3F3F. Windows color (decimal): -13221555 or 5062966. OLE color: 5062966.

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

Color convert

RGB546577-
CMYK0.300.1600.70
HSL211.3º17.56%25.69%-
HSV(B)211.3º29.87%30.2%-
XYZ4.755.17.76-
YUV63.08135.86121.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=27.55%
G=33.16%
B=39.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5465770.300.1600.70211.317.5625.69
Hex36414D1E10046d3121a
Octal66101115362001063232232
Binary11011010000011001101111101000001000110110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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