#324454

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

Shades of Arsenic #324454

Tints of Arsenic #324454

Color information

#324454 (or 0x324454) is unknown color: approx Arsenic. HEX triplet: 32, 44 and 54. RGB value is (50,68,84). Sum of RGB (Red+Green+Blue) = 50+68+84=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #324454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324454 is #CDBBAB. Grayscale: #404040. Windows color (decimal): -13482924 or 5522482. OLE color: 5522482.

HSL color Cylindrical-coordinate representation of color #324454: hue angle of 208.24º 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 #324454 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB506884-
CMYK0.400.1900.67
HSL208.24º25.37%26.27%-
HSV(B)208.24º40.48%32.94%-
XYZ4.985.459.18-
YUV64.44139.04117.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=24.75%
G=33.66%
B=41.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5068840.400.1900.67208.2425.3726.27
Hex3244542813043d0191a
Octal62104124502301033203132
Binary110010100010010101001010001001101000011110100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324454; }

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

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

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

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

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

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

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

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