Html Css Color HEX #324455 Arsenic

📋 copy color: '#324455'

red 50 ◦ green 68 ◦ blue 85

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

Shades of Arsenic #324455

Tints of Arsenic #324455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 24.63%
G = 33.5%
B = 41.87%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324455 (or 0x324455) is known color: Arsenic. HEX triplet: 32, 44 and 55. RGB value is (50,68,85). Sum of RGB (Red+Green+Blue) = 50+68+85=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #324455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324455 is #CDBBAA. Grayscale: #404040. Windows color (decimal): -13482923 or 5588018. OLE color: 5588018.

HSL color Cylindrical-coordinate representation of color #324455: hue angle of 209.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324455 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 68 85 -
CMYK 0.41 0.20 0 0.67
HSL 209.14º 0.26% 0.26% -
HSV(B) 209.14º 0.41% 0.33% -
XYZ 5.02 5.47 9.39 -
YUV 64.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 50 68 85 0.41 0.20 0 0.67 209.14 0.26 0.26
Hex 32 44 55 29 14 0 43 D1 1A 1A
Octal 62 104 125 51 24 0 103 321 32 32
Binary 110010 1000100 1010101 101001 10100 0 1000011 11010001 11010 11010

Color Harmonies of #324455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324455

Black with #324455

Text Example


Text Example

White with #324455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324455; }

 p { color: rgb(50,68,85); }

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

background-color css

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

 a { background-color: rgb(50,68,85); }

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

border-color css

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

 span { border-color: rgb(50,68,85); }

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