#36414B

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

Shades of Arsenic #36414B

Tints of Arsenic #36414B

Color information

#36414B (or 0x36414B) is unknown color: approx Arsenic. HEX triplet: 36, 41 and 4B. RGB value is (54,65,75). Sum of RGB (Red+Green+Blue) = 54+65+75=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #36414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36414B is #C9BEB4. Grayscale: #3E3E3E. Windows color (decimal): -13221557 or 4931894. OLE color: 4931894.

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

Color convert

RGB546575-
CMYK0.280.1300.71
HSL208.57º16.28%25.29%-
HSV(B)208.57º28%29.41%-
XYZ4.685.077.39-
YUV62.85134.86121.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=27.84%
G=33.51%
B=38.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5465750.280.1300.71208.5716.2825.29
Hex36414B1CD047d11019
Octal66101113341501073212031
Binary1101101000001100101111100110101000111110100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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