#32444F

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

Shades of Arsenic #32444F

Tints of Arsenic #32444F

Color information

#32444F (or 0x32444F) is unknown color: approx Arsenic. HEX triplet: 32, 44 and 4F. RGB value is (50,68,79). Sum of RGB (Red+Green+Blue) = 50+68+79=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #32444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32444F is #CDBBB0. Grayscale: #3F3F3F. Windows color (decimal): -13482929 or 5194802. OLE color: 5194802.

HSL color Cylindrical-coordinate representation of color #32444F: hue angle of 202.76º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32444F is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB506879-
CMYK0.370.1400.69
HSL202.76º22.48%25.29%-
HSV(B)202.76º36.71%30.98%-
XYZ4.795.388.18-
YUV63.87136.54118.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=25.38%
G=34.52%
B=40.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5068790.370.1400.69202.7622.4825.29
Hex32444F25E045cb1619
Octal62104117451601053132631
Binary11001010001001001111100101111001000101110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32444F; }

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

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

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

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

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

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

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

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