Html Css Color HEX #36424B Arsenic

📋 copy color: '#36424B'

red 54 ◦ green 66 ◦ blue 75

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

Shades of Arsenic #36424B

Tints of Arsenic #36424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.46%

R = 27.69%
G = 33.85%
B = 38.46%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36424B (or 0x36424B) is known color: Arsenic. HEX triplet: 36, 42 and 4B. RGB value is (54,66,75). Sum of RGB (Red+Green+Blue) = 54+66+75=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #36424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36424B is #C9BDB4. Grayscale: #3F3F3F. Windows color (decimal): -13221301 or 4932150. OLE color: 4932150.

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

Color convert

RGB 54 66 75 -
CMYK 0.28 0.12 0 0.71
HSL 205.71º 0.16% 0.25% -
HSV(B) 205.71º 0.28% 0.29% -
XYZ 4.74 5.19 7.41 -
YUV 63.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 54 66 75 0.28 0.12 0 0.71 205.71 0.16 0.25
Hex 36 42 4B 1C C 0 47 CE 10 19
Octal 66 102 113 34 14 0 107 316 20 31
Binary 110110 1000010 1001011 11100 1100 0 1000111 11001110 10000 11001

Color Harmonies of #36424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36424B

Black with #36424B

Text Example


Text Example

White with #36424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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