#36444C

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

Shades of Arsenic #36444C

Tints of Arsenic #36444C

Color information

#36444C (or 0x36444C) is unknown color: approx Arsenic. HEX triplet: 36, 44 and 4C. RGB value is (54,68,76). Sum of RGB (Red+Green+Blue) = 54+68+76=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #36444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36444C is #C9BBB3. Grayscale: #404040. Windows color (decimal): -13220788 or 4998198. OLE color: 4998198.

HSL color Cylindrical-coordinate representation of color #36444C: hue angle of 201.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36444C is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB546876-
CMYK0.290.1100.70
HSL201.82º16.92%25.49%-
HSV(B)201.82º28.95%29.8%-
XYZ4.895.447.63-
YUV64.73134.36120.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=27.27%
G=34.34%
B=38.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5468760.290.1100.70201.8216.9225.49
Hex36444C1DB046ca1119
Octal66104114351301063122131
Binary1101101000100100110011101101101000110110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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