#36434F

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

Shades of Arsenic #36434F

Tints of Arsenic #36434F

Color information

#36434F (or 0x36434F) is unknown color: approx Arsenic. HEX triplet: 36, 43 and 4F. RGB value is (54,67,79). Sum of RGB (Red+Green+Blue) = 54+67+79=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #36434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36434F is #C9BCB0. Grayscale: #404040. Windows color (decimal): -13221041 or 5194550. OLE color: 5194550.

HSL color Cylindrical-coordinate representation of color #36434F: hue angle of 208.8º 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 #36434F is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB546779-
CMYK0.320.1500.69
HSL208.8º18.8%26.08%-
HSV(B)208.8º31.65%30.98%-
XYZ4.945.368.17-
YUV64.48136.19120.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=27%
G=33.5%
B=39.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5467790.320.1500.69208.818.826.08
Hex36434F20F045d1131a
Octal66103117401701053212332
Binary11011010000111001111100000111101000101110100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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