#324455

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

Shades of Arsenic #324455

Tints of Arsenic #324455

Color information

#324455 (or 0x324455) is unknown color: approx Arsenic. HEX triplet: 32, 44 and 55. RGB value is (50,68,85). Sum of RGB (Red+Green+Blue) = 50+68+85=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #324455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324455 is #CDBBAA. Grayscale: #404040. Windows color (decimal): -13482923 or 5588018. OLE color: 5588018.

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

Color convert

RGB506885-
CMYK0.410.2000.67
HSL209.14º25.93%26.47%-
HSV(B)209.14º41.18%33.33%-
XYZ5.025.479.39-
YUV64.56139.54117.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=24.63%
G=33.50%
B=41.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5068850.410.2000.67209.1425.9326.47
Hex3244552914043d11a1a
Octal62104125512401033213232
Binary110010100010010101011010011010001000011110100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324455; }

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

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

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

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

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

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

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

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