#364046

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

Shades of Mirage #364046

Tints of Mirage #364046

Color information

#364046 (or 0x364046) is unknown color: approx Mirage. HEX triplet: 36, 40 and 46. RGB value is (54,64,70). Sum of RGB (Red+Green+Blue) = 54+64+70=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #364046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364046 is #C9BFB9. Grayscale: #3D3D3D. Windows color (decimal): -13221818 or 4603958. OLE color: 4603958.

HSL color Cylindrical-coordinate representation of color #364046: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #364046 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB546470-
CMYK0.230.0900.73
HSL202.5º12.9%24.31%-
HSV(B)202.5º22.86%27.45%-
XYZ4.464.896.5-
YUV61.69132.69122.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=28.72%
G=34.04%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5464700.230.0900.73202.512.924.31
Hex364046179049cad18
Octal66100106271101113121530
Binary110110100000010001101011110010100100111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364046; }

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

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

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

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

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

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

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

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