#394651

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

Shades of Arsenic #394651

Tints of Arsenic #394651

Color information

#394651 (or 0x394651) is unknown color: approx Arsenic. HEX triplet: 39, 46 and 51. RGB value is (57,70,81). Sum of RGB (Red+Green+Blue) = 57+70+81=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #394651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394651 is #C6B9AE. Grayscale: #434343. Windows color (decimal): -13023663 or 5326393. OLE color: 5326393.

HSL color Cylindrical-coordinate representation of color #394651: hue angle of 207.5º degrees, saturation: 0.17, 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 #394651 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB577081-
CMYK0.300.1400.68
HSL207.5º17.39%27.06%-
HSV(B)207.5º29.63%31.76%-
XYZ5.365.848.63-
YUV67.37135.69120.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=27.40%
G=33.65%
B=38.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5770810.300.1400.68207.517.3927.06
Hex3946511EE044cf111b
Octal71106121361601043172133
Binary1110011000110101000111110111001000100110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394651; }

 p { color: rgb(57,70,81); }

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

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

 a { background-color: rgb(57,70,81); }

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

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

 span { border-color: rgb(57,70,81); }

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