#324351

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

Shades of Arsenic #324351

Tints of Arsenic #324351

Color information

#324351 (or 0x324351) is unknown color: approx Arsenic. HEX triplet: 32, 43 and 51. RGB value is (50,67,81). Sum of RGB (Red+Green+Blue) = 50+67+81=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #324351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324351 is #CDBCAE. Grayscale: #3F3F3F. Windows color (decimal): -13483183 or 5325618. OLE color: 5325618.

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

Color convert

RGB506781-
CMYK0.380.1700.68
HSL207.1º23.66%25.69%-
HSV(B)207.1º38.27%31.76%-
XYZ4.815.298.55-
YUV63.51137.87118.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=25.25%
G=33.84%
B=40.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5067810.380.1700.68207.123.6625.69
Hex3243512611044cf181a
Octal62103121462101043173032
Binary110010100001110100011001101000101000100110011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324351; }

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

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

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

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

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

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

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

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