#364048

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

Shades of Arsenic #364048

Tints of Arsenic #364048

Color information

#364048 (or 0x364048) is unknown color: approx Arsenic. HEX triplet: 36, 40 and 48. RGB value is (54,64,72). Sum of RGB (Red+Green+Blue) = 54+64+72=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #364048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364048 is #C9BFB7. Grayscale: #3D3D3D. Windows color (decimal): -13221816 or 4735030. OLE color: 4735030.

HSL color Cylindrical-coordinate representation of color #364048: hue angle of 206.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364048 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB546472-
CMYK0.250.1100.72
HSL206.67º14.29%24.71%-
HSV(B)206.67º25%28.24%-
XYZ4.524.926.84-
YUV61.92133.69122.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=28.42%
G=33.68%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5464720.250.1100.72206.6714.2924.71
Hex36404819B048cfe19
Octal66100110311301103171631
Binary110110100000010010001100110110100100011001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364048; }

 p { color: rgb(54,64,72); }

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

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

 a { background-color: rgb(54,64,72); }

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

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

 span { border-color: rgb(54,64,72); }

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