#394752

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

Shades of Arsenic #394752

Tints of Arsenic #394752

Color information

#394752 (or 0x394752) is unknown color: approx Arsenic. HEX triplet: 39, 47 and 52. RGB value is (57,71,82). Sum of RGB (Red+Green+Blue) = 57+71+82=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #394752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394752 is #C6B8AD. Grayscale: #444444. Windows color (decimal): -13023406 or 5392185. OLE color: 5392185.

HSL color Cylindrical-coordinate representation of color #394752: hue angle of 206.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394752 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB577182-
CMYK0.300.1300.68
HSL206.4º17.99%27.25%-
HSV(B)206.4º30.49%32.16%-
XYZ5.465.998.85-
YUV68.07135.86120.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=27.14%
G=33.81%
B=39.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5771820.300.1300.68206.417.9927.25
Hex3947521ED044ce121b
Octal71107122361501043162233
Binary1110011000111101001011110110101000100110011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394752; }

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

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

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

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

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

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

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

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