#324551

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

Shades of Arsenic #324551

Tints of Arsenic #324551

Color information

#324551 (or 0x324551) is unknown color: approx Arsenic. HEX triplet: 32, 45 and 51. RGB value is (50,69,81). Sum of RGB (Red+Green+Blue) = 50+69+81=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #324551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324551 is #CDBAAE. Grayscale: #404040. Windows color (decimal): -13482671 or 5326130. OLE color: 5326130.

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

Color convert

RGB506981-
CMYK0.380.1500.68
HSL203.23º23.66%25.69%-
HSV(B)203.23º38.27%31.76%-
XYZ4.935.538.59-
YUV64.69137.21117.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=25%
G=34.5%
B=40.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5069810.380.1500.68203.2323.6625.69
Hex32455126F044cb181a
Octal62105121461701043133032
Binary11001010001011010001100110111101000100110010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324551; }

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

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

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

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

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

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

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

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