#36424F

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

Shades of Arsenic #36424F

Tints of Arsenic #36424F

Color information

#36424F (or 0x36424F) is unknown color: approx Arsenic. HEX triplet: 36, 42 and 4F. RGB value is (54,66,79). Sum of RGB (Red+Green+Blue) = 54+66+79=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #36424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36424F is #C9BDB0. Grayscale: #3F3F3F. Windows color (decimal): -13221297 or 5194294. OLE color: 5194294.

HSL color Cylindrical-coordinate representation of color #36424F: hue angle of 211.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36424F is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB546679-
CMYK0.320.1600.69
HSL211.2º18.8%26.08%-
HSV(B)211.2º31.65%30.98%-
XYZ4.885.258.15-
YUV63.89136.52120.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=27.14%
G=33.17%
B=39.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5466790.320.1600.69211.218.826.08
Hex36424F2010045d3131a
Octal66102117402001053232332
Binary110110100001010011111000001000001000101110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36424F; }

 p { color: rgb(54,66,79); }

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

<style>
 a { background-color: #36424F; }

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

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

<style>
 span { border-color: #36424F; }

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

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