#364753

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

Shades of Arsenic #364753

Tints of Arsenic #364753

Color information

#364753 (or 0x364753) is unknown color: approx Arsenic. HEX triplet: 36, 47 and 53. RGB value is (54,71,83). Sum of RGB (Red+Green+Blue) = 54+71+83=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #364753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364753 is #C9B8AC. Grayscale: #434343. Windows color (decimal): -13220013 or 5457718. OLE color: 5457718.

HSL color Cylindrical-coordinate representation of color #364753: hue angle of 204.83º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #364753 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB547183-
CMYK0.350.1400.67
HSL204.83º21.17%26.86%-
HSV(B)204.83º34.94%32.55%-
XYZ5.345.929.04-
YUV67.28136.87118.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=25.96%
G=34.13%
B=39.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5471830.350.1400.67204.8321.1726.86
Hex36475323E043cd151b
Octal66107123431601033152533
Binary11011010001111010011100011111001000011110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364753; }

 p { color: rgb(54,71,83); }

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

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

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

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

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

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

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