#394753

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

Shades of Arsenic #394753

Tints of Arsenic #394753

Color information

#394753 (or 0x394753) is unknown color: approx Arsenic. HEX triplet: 39, 47 and 53. RGB value is (57,71,83). Sum of RGB (Red+Green+Blue) = 57+71+83=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #394753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394753 is #C6B8AC. Grayscale: #444444. Windows color (decimal): -13023405 or 5457721. OLE color: 5457721.

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

Color convert

RGB577183-
CMYK0.310.1400.67
HSL207.69º18.57%27.45%-
HSV(B)207.69º31.33%32.55%-
XYZ5.569.05-
YUV68.18136.36120.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=27.01%
G=33.65%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5771830.310.1400.67207.6918.5727.45
Hex3947531FE043d0131b
Octal71107123371601033202333
Binary1110011000111101001111111111001000011110100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394753; }

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

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

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

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

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

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

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

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