Html Css Color HEX #324352 Arsenic

📋 copy color: '#324352'

red 50 ◦ green 67 ◦ blue 82

#324352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #324352

Tints of Arsenic #324352

RGB

 RED value IS 50 (19.92% from 255) = 25.13%

 GREEN value IS 67 (26.56% from 255) = 33.67%

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 25.13%
G = 33.67%
B = 41.21%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324352 (or 0x324352) is known color: Arsenic. HEX triplet: 32, 43 and 52. RGB value is (50,67,82). Sum of RGB (Red+Green+Blue) = 50+67+82=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #324352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324352 is #CDBCAD. Grayscale: #3F3F3F. Windows color (decimal): -13483182 or 5391154. OLE color: 5391154.

HSL color Cylindrical-coordinate representation of color #324352: hue angle of 208.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324352 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 67 82 -
CMYK 0.39 0.18 0 0.68
HSL 208.13º 0.24% 0.26% -
HSV(B) 208.13º 0.39% 0.32% -
XYZ 4.85 5.3 8.75 -
YUV 63.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 50 67 82 0.39 0.18 0 0.68 208.13 0.24 0.26
Hex 32 43 52 27 12 0 44 D0 18 1A
Octal 62 103 122 47 22 0 104 320 30 32
Binary 110010 1000011 1010010 100111 10010 0 1000100 11010000 11000 11010

Color Harmonies of #324352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324352

Black with #324352

Text Example


Text Example

White with #324352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324352; }

 p { color: rgb(50,67,82); }

 H1.HeaderClassName
 {
   color: #324352;
 }
 .AnyTagClassName
 {
   color: #324352;
 }
</style>

background-color css

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

 a { background-color: rgb(50,67,82); }

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

border-color css

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

 span { border-color: rgb(50,67,82); }

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