Html Css Color HEX #36424A Arsenic

📋 copy color: '#36424A'

red 54 ◦ green 66 ◦ blue 74

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

Shades of Arsenic #36424A

Tints of Arsenic #36424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 27.84%
G = 34.02%
B = 38.14%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36424A (or 0x36424A) is known color: Arsenic. HEX triplet: 36, 42 and 4A. RGB value is (54,66,74). Sum of RGB (Red+Green+Blue) = 54+66+74=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #36424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36424A is #C9BDB5. Grayscale: #3F3F3F. Windows color (decimal): -13221302 or 4866614. OLE color: 4866614.

HSL color Cylindrical-coordinate representation of color #36424A: hue angle of 204º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36424A is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 66 74 -
CMYK 0.27 0.11 0 0.71
HSL 204º 0.16% 0.25% -
HSV(B) 204º 0.27% 0.29% -
XYZ 4.71 5.18 7.23 -
YUV 63.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 54 66 74 0.27 0.11 0 0.71 204 0.16 0.25
Hex 36 42 4A 1B B 0 47 CC 10 19
Octal 66 102 112 33 13 0 107 314 20 31
Binary 110110 1000010 1001010 11011 1011 0 1000111 11001100 10000 11001

Color Harmonies of #36424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36424A

Black with #36424A

Text Example


Text Example

White with #36424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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