Html Css Color HEX #324353 Arsenic

📋 copy color: '#324353'

red 50 ◦ green 67 ◦ blue 83

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

Shades of Arsenic #324353

Tints of Arsenic #324353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.5%

R = 25%
G = 33.5%
B = 41.5%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324353 (or 0x324353) is known color: Arsenic. HEX triplet: 32, 43 and 53. RGB value is (50,67,83). Sum of RGB (Red+Green+Blue) = 50+67+83=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #324353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324353 is #CDBCAC. Grayscale: #3F3F3F. Windows color (decimal): -13483181 or 5456690. OLE color: 5456690.

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

Color convert

RGB 50 67 83 -
CMYK 0.40 0.19 0 0.67
HSL 209.09º 0.25% 0.26% -
HSV(B) 209.09º 0.4% 0.33% -
XYZ 4.88 5.32 8.95 -
YUV 63.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 50 67 83 0.40 0.19 0 0.67 209.09 0.25 0.26
Hex 32 43 53 28 13 0 43 D1 19 1A
Octal 62 103 123 50 23 0 103 321 31 32
Binary 110010 1000011 1010011 101000 10011 0 1000011 11010001 11001 11010

Color Harmonies of #324353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324353

Black with #324353

Text Example


Text Example

White with #324353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324353; }

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

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

background-color css

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

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

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

border-color css

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

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

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