Html Css Color HEX #36424C Arsenic

📋 copy color: '#36424C'

red 54 ◦ green 66 ◦ blue 76

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

Shades of Arsenic #36424C

Tints of Arsenic #36424C

RGB

 RED value IS 54 (21.48% from 255) = 27.55%

 GREEN value IS 66 (26.17% from 255) = 33.67%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 27.55%
G = 33.67%
B = 38.78%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36424C (or 0x36424C) is known color: Arsenic. HEX triplet: 36, 42 and 4C. RGB value is (54,66,76). Sum of RGB (Red+Green+Blue) = 54+66+76=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #36424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36424C is #C9BDB3. Grayscale: #3F3F3F. Windows color (decimal): -13221300 or 4997686. OLE color: 4997686.

HSL color Cylindrical-coordinate representation of color #36424C: hue angle of 207.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36424C is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 66 76 -
CMYK 0.29 0.13 0 0.70
HSL 207.27º 0.17% 0.25% -
HSV(B) 207.27º 0.29% 0.3% -
XYZ 4.77 5.2 7.59 -
YUV 63.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 54 66 76 0.29 0.13 0 0.70 207.27 0.17 0.25
Hex 36 42 4C 1D D 0 46 CF 11 19
Octal 66 102 114 35 15 0 106 317 21 31
Binary 110110 1000010 1001100 11101 1101 0 1000110 11001111 10001 11001

Color Harmonies of #36424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36424C

Black with #36424C

Text Example


Text Example

White with #36424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36424C; }

 p { color: rgb(54,66,76); }

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

background-color css

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

 a { background-color: rgb(54,66,76); }

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

border-color css

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

 span { border-color: rgb(54,66,76); }

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