#324552

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

Shades of Arsenic #324552

Tints of Arsenic #324552

Color information

#324552 (or 0x324552) is unknown color: approx Arsenic. HEX triplet: 32, 45 and 52. RGB value is (50,69,82). Sum of RGB (Red+Green+Blue) = 50+69+82=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #324552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324552 is #CDBAAD. Grayscale: #404040. Windows color (decimal): -13482670 or 5391666. OLE color: 5391666.

HSL color Cylindrical-coordinate representation of color #324552: hue angle of 204.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324552 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB506982-
CMYK0.390.1600.68
HSL204.38º24.24%25.88%-
HSV(B)204.38º39.02%32.16%-
XYZ4.975.548.79-
YUV64.8137.71117.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=24.88%
G=34.33%
B=40.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5069820.390.1600.68204.3824.2425.88
Hex3245522710044cc181a
Octal62105122472001043143032
Binary110010100010110100101001111000001000100110011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324552; }

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

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

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

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

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

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

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

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