#323C44

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

Shades of Mirage #323C44

Tints of Mirage #323C44

Color information

#323C44 (or 0x323C44) is unknown color: approx Mirage. HEX triplet: 32, 3C and 44. RGB value is (50,60,68). Sum of RGB (Red+Green+Blue) = 50+60+68=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #323C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C44 is #CDC3BB. Grayscale: #393939. Windows color (decimal): -13484988 or 4471858. OLE color: 4471858.

HSL color Cylindrical-coordinate representation of color #323C44: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323C44 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506068-
CMYK0.260.1200.73
HSL206.67º15.25%23.14%-
HSV(B)206.67º26.47%26.67%-
XYZ3.974.336.09-
YUV57.92133.69122.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=28.09%
G=33.71%
B=38.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5060680.260.1200.73206.6715.2523.14
Hex323C441AC049cff17
Octal6274104321401113171727
Binary11001011110010001001101011000100100111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323C44; }

 p { color: rgb(50,60,68); }

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

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

 a { background-color: rgb(50,60,68); }

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

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

 span { border-color: rgb(50,60,68); }

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