Html Css Color HEX #324552 Arsenic

📋 copy color: '#324552'

red 50 ◦ green 69 ◦ blue 82

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

Shades of Arsenic #324552

Tints of Arsenic #324552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 24.88%
G = 34.33%
B = 40.8%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324552 (or 0x324552) is known color: Arsenic. HEX triplet: 32, 45 and 52. RGB value is (50,69,82). Sum of RGB (Red+Green+Blue) = 50+69+82=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #324552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324552 is #CDBAAD. Grayscale: #404040. Windows color (decimal): -13482670 or 5391666. OLE color: 5391666.

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

Color convert

RGB 50 69 82 -
CMYK 0.39 0.16 0 0.68
HSL 204.38º 0.24% 0.26% -
HSV(B) 204.38º 0.39% 0.32% -
XYZ 4.97 5.54 8.79 -
YUV 64.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 50 69 82 0.39 0.16 0 0.68 204.38 0.24 0.26
Hex 32 45 52 27 10 0 44 CC 18 1A
Octal 62 105 122 47 20 0 104 314 30 32
Binary 110010 1000101 1010010 100111 10000 0 1000100 11001100 11000 11010

Color Harmonies of #324552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324552

Black with #324552

Text Example


Text Example

White with #324552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324552; }

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

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

background-color css

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

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

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

border-color css

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

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

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