#394854

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

Shades of Arsenic #394854

Tints of Arsenic #394854

Color information

#394854 (or 0x394854) is unknown color: approx Arsenic. HEX triplet: 39, 48 and 54. RGB value is (57,72,84). Sum of RGB (Red+Green+Blue) = 57+72+84=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #394854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394854 is #C6B7AB. Grayscale: #444444. Windows color (decimal): -13023148 or 5523513. OLE color: 5523513.

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

Color convert

RGB577284-
CMYK0.320.1400.67
HSL206.67º19.15%27.65%-
HSV(B)206.67º32.14%32.94%-
XYZ5.66.149.28-
YUV68.88136.53119.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=26.76%
G=33.80%
B=39.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5772840.320.1400.67206.6719.1527.65
Hex39485420E043cf131c
Octal71110124401601033172334
Binary11100110010001010100100000111001000011110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394854; }

 p { color: rgb(57,72,84); }

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

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

 a { background-color: rgb(57,72,84); }

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

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

 span { border-color: rgb(57,72,84); }

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