#363C40

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

Shades of Mirage #363C40

Tints of Mirage #363C40

Color information

#363C40 (or 0x363C40) is unknown color: approx Mirage. HEX triplet: 36, 3C and 40. RGB value is (54,60,64). Sum of RGB (Red+Green+Blue) = 54+60+64=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #363C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C40 is #C9C3BF. Grayscale: #3A3A3A. Windows color (decimal): -13222848 or 4209718. OLE color: 4209718.

HSL color Cylindrical-coordinate representation of color #363C40: hue angle of 204º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #363C40 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB546064-
CMYK0.160.0600.75
HSL204º8.47%23.14%-
HSV(B)204º15.62%25.1%-
XYZ4.064.395.48-
YUV58.66131.01124.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=30.34%
G=33.71%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5460640.160.0600.752048.4723.14
Hex363C4010604Bcc817
Octal667410020601133141027
Binary1101101111001000000100001100100101111001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363C40; }

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

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

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

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

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

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

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

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