#36404B

Color #36404B Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #36404B

Tints of Arsenic #36404B

Color information

#36404B (or 0x36404B) is unknown color: approx Arsenic. HEX triplet: 36, 40 and 4B. RGB value is (54,64,75). Sum of RGB (Red+Green+Blue) = 54+64+75=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #36404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36404B is #C9BFB4. Grayscale: #3E3E3E. Windows color (decimal): -13221813 or 4931638. OLE color: 4931638.

HSL color Cylindrical-coordinate representation of color #36404B: hue angle of 211.43º 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 #36404B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB546475-
CMYK0.280.1500.71
HSL211.43º16.28%25.29%-
HSV(B)211.43º28%29.41%-
XYZ4.624.967.37-
YUV62.26135.19122.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=27.98%
G=33.16%
B=38.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5464750.280.1500.71211.4316.2825.29
Hex36404B1CF047d31019
Octal66100113341701073232031
Binary1101101000000100101111100111101000111110100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36404B;
 }
 .AnyTagClassName
 {
   color: #36404B;
 }
</style>
background-color css

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

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

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

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

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

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