Html Css Color HEX #324653 Arsenic

📋 copy color: '#324653'

red 50 ◦ green 70 ◦ blue 83

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

Shades of Arsenic #324653

Tints of Arsenic #324653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 24.63%
G = 34.48%
B = 40.89%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324653 (or 0x324653) is known color: Arsenic. HEX triplet: 32, 46 and 53. RGB value is (50,70,83). Sum of RGB (Red+Green+Blue) = 50+70+83=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #324653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324653 is #CDB9AC. Grayscale: #414141. Windows color (decimal): -13482413 or 5457458. OLE color: 5457458.

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

Color convert

RGB 50 70 83 -
CMYK 0.40 0.16 0 0.67
HSL 203.64º 0.25% 0.26% -
HSV(B) 203.64º 0.4% 0.33% -
XYZ 5.07 5.68 9.01 -
YUV 65.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 50 70 83 0.40 0.16 0 0.67 203.64 0.25 0.26
Hex 32 46 53 28 10 0 43 CC 19 1A
Octal 62 106 123 50 20 0 103 314 31 32
Binary 110010 1000110 1010011 101000 10000 0 1000011 11001100 11001 11010

Color Harmonies of #324653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324653

Black with #324653

Text Example


Text Example

White with #324653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324653; }

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

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

background-color css

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

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

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

border-color css

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

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

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