#36444D

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

Shades of Arsenic #36444D

Tints of Arsenic #36444D

Color information

#36444D (or 0x36444D) is unknown color: approx Arsenic. HEX triplet: 36, 44 and 4D. RGB value is (54,68,77). Sum of RGB (Red+Green+Blue) = 54+68+77=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #36444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36444D is #C9BBB2. Grayscale: #404040. Windows color (decimal): -13220787 or 5063734. OLE color: 5063734.

HSL color Cylindrical-coordinate representation of color #36444D: hue angle of 203.48º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36444D is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB546877-
CMYK0.300.1200.70
HSL203.48º17.56%25.69%-
HSV(B)203.48º29.87%30.2%-
XYZ4.935.457.81-
YUV64.84134.86120.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=27.14%
G=34.17%
B=38.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5468770.300.1200.70203.4817.5625.69
Hex36444D1EC046cb121a
Octal66104115361401063132232
Binary1101101000100100110111110110001000110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36444D; }

 p { color: rgb(54,68,77); }

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

<style>
 a { background-color: #36444D; }

 a { background-color: rgb(54,68,77); }

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

<style>
 span { border-color: #36444D; }

 span { border-color: rgb(54,68,77); }

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