#364451

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

Shades of Arsenic #364451

Tints of Arsenic #364451

Color information

#364451 (or 0x364451) is unknown color: approx Arsenic. HEX triplet: 36, 44 and 51. RGB value is (54,68,81). Sum of RGB (Red+Green+Blue) = 54+68+81=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #364451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364451 is #C9BBAE. Grayscale: #414141. Windows color (decimal): -13220783 or 5325878. OLE color: 5325878.

HSL color Cylindrical-coordinate representation of color #364451: hue angle of 208.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #364451 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB546881-
CMYK0.330.1600.68
HSL208.89º20%26.47%-
HSV(B)208.89º33.33%31.76%-
XYZ5.075.518.58-
YUV65.3136.86119.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=26.60%
G=33.50%
B=39.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5468810.330.1600.68208.892026.47
Hex3644512110044d1141a
Octal66104121412001043212432
Binary110110100010010100011000011000001000100110100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364451; }

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

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

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

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

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

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

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

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