#364650

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

Shades of Arsenic #364650

Tints of Arsenic #364650

Color information

#364650 (or 0x364650) is unknown color: approx Arsenic. HEX triplet: 36, 46 and 50. RGB value is (54,70,80). Sum of RGB (Red+Green+Blue) = 54+70+80=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #364650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364650 is #C9B9AF. Grayscale: #424242. Windows color (decimal): -13220272 or 5260854. OLE color: 5260854.

HSL color Cylindrical-coordinate representation of color #364650: hue angle of 203.08º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364650 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB547080-
CMYK0.330.1200.69
HSL203.08º19.4%26.27%-
HSV(B)203.08º32.5%31.37%-
XYZ5.165.748.43-
YUV66.36135.7119.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=26.47%
G=34.31%
B=39.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5470800.330.1200.69203.0819.426.27
Hex36465021C045cb131a
Octal66106120411401053132332
Binary11011010001101010000100001110001000101110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364650; }

 p { color: rgb(54,70,80); }

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

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

 a { background-color: rgb(54,70,80); }

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

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

 span { border-color: rgb(54,70,80); }

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