#324654

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

Shades of Arsenic #324654

Tints of Arsenic #324654

Color information

#324654 (or 0x324654) is unknown color: approx Arsenic. HEX triplet: 32, 46 and 54. RGB value is (50,70,84). Sum of RGB (Red+Green+Blue) = 50+70+84=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #324654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324654 is #CDB9AB. Grayscale: #414141. Windows color (decimal): -13482412 or 5522994. OLE color: 5522994.

HSL color Cylindrical-coordinate representation of color #324654: hue angle of 204.71º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324654 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB507084-
CMYK0.400.1700.67
HSL204.71º25.37%26.27%-
HSV(B)204.71º40.48%32.94%-
XYZ5.115.79.22-
YUV65.62138.37116.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=24.51%
G=34.31%
B=41.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5070840.400.1700.67204.7125.3726.27
Hex3246542811043cd191a
Octal62106124502101033153132
Binary110010100011010101001010001000101000011110011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324654; }

 p { color: rgb(50,70,84); }

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

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

 a { background-color: rgb(50,70,84); }

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

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

 span { border-color: rgb(50,70,84); }

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