#324554

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

Shades of Arsenic #324554

Tints of Arsenic #324554

Color information

#324554 (or 0x324554) is unknown color: approx Arsenic. HEX triplet: 32, 45 and 54. RGB value is (50,69,84). Sum of RGB (Red+Green+Blue) = 50+69+84=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #324554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324554 is #CDBAAB. Grayscale: #404040. Windows color (decimal): -13482668 or 5522738. OLE color: 5522738.

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

Color convert

RGB506984-
CMYK0.400.1800.67
HSL206.47º25.37%26.27%-
HSV(B)206.47º40.48%32.94%-
XYZ5.045.579.2-
YUV65.03138.71117.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=24.63%
G=33.99%
B=41.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5069840.400.1800.67206.4725.3726.27
Hex3245542812043ce191a
Octal62105124502201033163132
Binary110010100010110101001010001001001000011110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324554; }

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

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

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

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

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

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

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

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