#394551

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

Shades of Arsenic #394551

Tints of Arsenic #394551

Color information

#394551 (or 0x394551) is unknown color: approx Arsenic. HEX triplet: 39, 45 and 51. RGB value is (57,69,81). Sum of RGB (Red+Green+Blue) = 57+69+81=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #394551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394551 is #C6BAAE. Grayscale: #424242. Windows color (decimal): -13023919 or 5326137. OLE color: 5326137.

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

Color convert

RGB576981-
CMYK0.300.1500.68
HSL210º17.39%27.06%-
HSV(B)210º29.63%31.76%-
XYZ5.35.728.61-
YUV66.78136.02121.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=27.54%
G=33.33%
B=39.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5769810.300.1500.6821017.3927.06
Hex3945511EF044d2111b
Octal71105121361701043222133
Binary1110011000101101000111110111101000100110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394551; }

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

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

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

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

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

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

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

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