#324451

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

Shades of Arsenic #324451

Tints of Arsenic #324451

Color information

#324451 (or 0x324451) is unknown color: approx Arsenic. HEX triplet: 32, 44 and 51. RGB value is (50,68,81). Sum of RGB (Red+Green+Blue) = 50+68+81=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #324451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324451 is #CDBBAE. Grayscale: #404040. Windows color (decimal): -13482927 or 5325874. OLE color: 5325874.

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

Color convert

RGB506881-
CMYK0.380.1600.68
HSL205.16º23.66%25.69%-
HSV(B)205.16º38.27%31.76%-
XYZ4.875.418.57-
YUV64.1137.54117.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=25.13%
G=34.17%
B=40.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5068810.380.1600.68205.1623.6625.69
Hex3244512610044cd181a
Octal62104121462001043153032
Binary110010100010010100011001101000001000100110011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324451; }

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

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

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

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

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

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

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

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