#364553

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

Shades of Arsenic #364553

Tints of Arsenic #364553

Color information

#364553 (or 0x364553) is unknown color: approx Arsenic. HEX triplet: 36, 45 and 53. RGB value is (54,69,83). Sum of RGB (Red+Green+Blue) = 54+69+83=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #364553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364553 is #C9BAAC. Grayscale: #424242. Windows color (decimal): -13220525 or 5457206. OLE color: 5457206.

HSL color Cylindrical-coordinate representation of color #364553: hue angle of 208.97º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #364553 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB546983-
CMYK0.350.1700.67
HSL208.97º21.17%26.86%-
HSV(B)208.97º34.94%32.55%-
XYZ5.215.679-
YUV66.11137.53119.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=26.21%
G=33.50%
B=40.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5469830.350.1700.67208.9721.1726.86
Hex3645532311043d1151b
Octal66105123432101033212533
Binary110110100010110100111000111000101000011110100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364553; }

 p { color: rgb(54,69,83); }

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

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

 a { background-color: rgb(54,69,83); }

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

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

 span { border-color: rgb(54,69,83); }

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