Html Css Color HEX #324554 Arsenic

📋 copy color: '#324554'

red 50 ◦ green 69 ◦ blue 84

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

Shades of Arsenic #324554

Tints of Arsenic #324554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 24.63%
G = 33.99%
B = 41.38%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324554 (or 0x324554) is known color: Arsenic. HEX triplet: 32, 45 and 54. RGB value is (50,69,84). Sum of RGB (Red+Green+Blue) = 50+69+84=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #324554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324554 is #CDBAAB. Grayscale: #404040. Windows color (decimal): -13482668 or 5522738. OLE color: 5522738.

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

Color convert

RGB 50 69 84 -
CMYK 0.40 0.18 0 0.67
HSL 206.47º 0.25% 0.26% -
HSV(B) 206.47º 0.4% 0.33% -
XYZ 5.04 5.57 9.2 -
YUV 65.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 50 69 84 0.40 0.18 0 0.67 206.47 0.25 0.26
Hex 32 45 54 28 12 0 43 CE 19 1A
Octal 62 105 124 50 22 0 103 316 31 32
Binary 110010 1000101 1010100 101000 10010 0 1000011 11001110 11001 11010

Color Harmonies of #324554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324554

Black with #324554

Text Example


Text Example

White with #324554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324554; }

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

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

background-color css

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

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

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

border-color css

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

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

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