#324556

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

Shades of Arsenic #324556

Tints of Arsenic #324556

Color information

#324556 (or 0x324556) is unknown color: approx Arsenic. HEX triplet: 32, 45 and 56. RGB value is (50,69,86). Sum of RGB (Red+Green+Blue) = 50+69+86=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #324556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324556 is #CDBAA9. Grayscale: #414141. Windows color (decimal): -13482666 or 5653810. OLE color: 5653810.

HSL color Cylindrical-coordinate representation of color #324556: hue angle of 208.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #324556 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB506986-
CMYK0.420.2000.66
HSL208.33º26.47%26.67%-
HSV(B)208.33º41.86%33.73%-
XYZ5.125.619.62-
YUV65.26139.71117.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=24.39%
G=33.66%
B=41.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5069860.420.2000.66208.3326.4726.67
Hex3245562A14042d01a1b
Octal62105126522401023203233
Binary110010100010110101101010101010001000010110100001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324556; }

 p { color: rgb(50,69,86); }

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

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

 a { background-color: rgb(50,69,86); }

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

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

 span { border-color: rgb(50,69,86); }

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